Skip to content

Commit

Permalink
Merge pull request #289 from codedge/dependabot/github_actions/codeco…
Browse files Browse the repository at this point in the history
…v/codecov-action-5

github-actions(deps): bump codecov/codecov-action from 4 to 5
  • Loading branch information
codedge authored Jan 15, 2025
2 parents e80cc11 + 5e49188 commit e7c8237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
env:
APP_ENV: testing

- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
name: Push coverage to codecov
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit e7c8237

Please sign in to comment.