Skip to content

Commit

Permalink
Merge pull request #239 from 0x46616c6b/dependabot/github_actions/cod…
Browse files Browse the repository at this point in the history
…ecov/codecov-action-4.2.0

Bump codecov/codecov-action from 4.1.1 to 4.2.0
  • Loading branch information
0x46616c6b authored Apr 5, 2024
2 parents eaf56a2 + d85df66 commit ec53929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
run: npm test

- name: Codecov
uses: codecov/codecov-action@v4.1.1
uses: codecov/codecov-action@v4.2.0
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit ec53929

Please sign in to comment.