Skip to content

Commit

Permalink
Merge pull request #42 from sebastienrousseau/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/codecov/codecov-action-4

chore(deps): bump codecov/codecov-action from 3 to 4
  • Loading branch information
sebastienrousseau committed Feb 2, 2024
2 parents 4b3a106 + 8ee534e commit 21a2ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
- name: Upload to codecov.io 📊
id: upload-codecov
if: github.ref == 'refs/heads/main' && !github.event.check_run.conclusion
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false
Expand Down

0 comments on commit 21a2ba0

Please sign in to comment.