Skip to content

Commit

Permalink
Merge pull request #98 from somehowchris/renovate/actions-upload-arti…
Browse files Browse the repository at this point in the history
…fact-4.x

chore(deps): update actions/upload-artifact action to v4
  • Loading branch information
somehowchris authored Feb 5, 2024
2 parents 3cf381a + 4c64ad1 commit 5c4fbea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
token: ${{secrets.CODECOV_TOKEN}}

- name: Archive code coverage results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: code-coverage-report
path: cobertura.xml

0 comments on commit 5c4fbea

Please sign in to comment.