Skip to content

Commit

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

Bump codecov/codecov-action from 3.1.4 to 3.1.5
  • Loading branch information
SukiCZ authored Jan 26, 2024
2 parents fa13121 + 689d7f6 commit ff58697
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 @@ -52,7 +52,7 @@ jobs:

- name: Upload coverage to Codecov
if: ${{ github.ref == 'refs/heads/master' }}
uses: codecov/[email protected].4
uses: codecov/[email protected].5
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
Expand Down

0 comments on commit ff58697

Please sign in to comment.