Skip to content

Commit 56d3b59

Browse files
chore(deps): update codecov/codecov-action action to v5 (#455)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6c9e958 commit 56d3b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
git checkout yarn.lock
4343
- name: run tests
4444
run: yarn cover
45-
- uses: codecov/codecov-action@v4
45+
- uses: codecov/codecov-action@v5
4646
if: ${{ always() }}
4747
with:
4848
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)