Skip to content

Commit

Permalink
chore: upgrade actions/upload-artifact to newest version
Browse files Browse the repository at this point in the history
  • Loading branch information
martintomas committed Oct 7, 2024
1 parent 305fd62 commit 8742a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
MQ_BETA_ENABLED: ${{ env.MQ_BETA_ENABLED }}
run: yarn test:rails
- name: Upload Code Coverage
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: code-coverage
path: coverage/

0 comments on commit 8742a56

Please sign in to comment.