Skip to content

Commit

Permalink
Merge pull request #1 from legovaer/dependabot/github_actions/codecov…
Browse files Browse the repository at this point in the history
…/codecov-action-3.1.1

chore(deps): bump codecov/codecov-action from 2.1.0 to 3.1.1
  • Loading branch information
legovaer authored Oct 10, 2022
2 parents 1d78669 + a828dd2 commit 87b77d5
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 @@ -63,7 +63,7 @@ jobs:
env:
CI: true
- name: Upload code coverage
uses: codecov/codecov-action@v2.1.0
uses: codecov/codecov-action@v3.1.1
if: matrix.node-version == '16.x'
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 87b77d5

Please sign in to comment.