Skip to content

Commit df7ac2d

Browse files
authored
Merge pull request #895 from Chia-Network/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 5b58819 + 5ab8062 commit df7ac2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Check for Prettier issues
4646
run: npm run check:prettier
4747
- name: Upload build to artifacts
48-
uses: actions/upload-artifact@v5
48+
uses: actions/upload-artifact@v6
4949
with:
5050
name: build
5151
path: build

0 commit comments

Comments
 (0)