Skip to content

Commit

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

[no ci] bump codecov/codecov-action from 4 to 5
  • Loading branch information
johnlettman authored Nov 14, 2024
2 parents c598c72 + ad97d6a commit eaa3c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: rust-grcov
uses: actions-rs/[email protected]
- name: Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down

0 comments on commit eaa3c74

Please sign in to comment.