Skip to content

Commit

Permalink
ci(gh-actions): bump codecov/codecov-action from 5.0.7 to 5.1.2 (#1034)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 2, 2025
1 parent 861965e commit bd7d150
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 @@ -72,7 +72,7 @@ jobs:
run: npm test -- --coverage

- name: Report Code Coverage to codecov
uses: codecov/codecov-action@v5.0.7
uses: codecov/codecov-action@v5.1.2
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit bd7d150

Please sign in to comment.