Skip to content

Commit

Permalink
Update upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
VariantXYZ committed Sep 13, 2024
1 parent a290d21 commit a64c151
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
flips --create baserom_kuwagata.gbc medarot3_kuwagata.gbc m3kuwagata-$GITHUB_RUN_NUMBER-$GITHUB_SHA.bps
- name: 'Archive BPS files'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: patch_files
path: medarot3/*.bps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_text.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Archive results
if: ${{ failure() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: results.txt
path: ~/results.txt
Expand Down

0 comments on commit a64c151

Please sign in to comment.