Skip to content

Commit

Permalink
ci(deps): bump codecov/codecov-action from 4.1.0 to 4.1.1 (#944)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Apr 1, 2024
1 parent bd03089 commit 7e8aa78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: npm test -- --coverage

- name: Report Code Coverage to codecov
uses: codecov/codecov-action@v4.1.0
uses: codecov/codecov-action@v4.1.1
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit 7e8aa78

Please sign in to comment.