Skip to content

Commit

Permalink
Merge pull request #42 from aaronparker/dependabot/github_actions/cod…
Browse files Browse the repository at this point in the history
…ecov/codecov-action-5

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
aaronparker authored Nov 23, 2024
2 parents af7ad79 + 25f1fcc commit 4d5ba61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-redirections.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Upload to Codecov
id: codecov
if: always()
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
#token: ${{ secrets.CODECOV_TOKEN }}
files: ./CodeCoverage.xml
Expand Down

0 comments on commit 4d5ba61

Please sign in to comment.