Skip to content

Commit

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

ci(dependabot): bump codecov/codecov-action from 3 to 4
  • Loading branch information
lorenzocerrone authored Aug 28, 2024
2 parents a47062d + 6f407cd commit 3a4674b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
needs: test
steps:
- name: Coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit 3a4674b

Please sign in to comment.