Skip to content

Commit

Permalink
Merge pull request #3 from rollup/dependabot/github_actions/codecov/c…
Browse files Browse the repository at this point in the history
…odecov-action-5

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
exrem authored Dec 4, 2024
2 parents ccb0606 + 51cdcc0 commit a7dc5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ jobs:
env:
CI: true
- name: Upload coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
if: matrix.coverage
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit a7dc5c1

Please sign in to comment.