Skip to content

Commit fbd8f83

Browse files
authored
Merge pull request #866 from Chia-Network/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents b453b7b + d52b37c commit fbd8f83

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@v4
48+
uses: actions/upload-artifact@v5
4949
with:
5050
name: build
5151
path: build

0 commit comments

Comments
 (0)