Skip to content

Commit

Permalink
Merge pull request #1123 from metabrainz/upload-artifact-v4
Browse files Browse the repository at this point in the history
chore: Update upload-artifact to v4
  • Loading branch information
MonkeyDo authored Sep 17, 2024
2 parents 3164b30 + fa93062 commit 231bd94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
run: yarn run test-ci # run tests (configured to use mocha's json reporter)

- name: Export test results
uses: actions/upload-artifact@v2 # upload test results
uses: actions/upload-artifact@v4 # upload test results
if: success() || failure() # run this step even if previous step failed
with:
name: test-results
Expand Down

0 comments on commit 231bd94

Please sign in to comment.