Skip to content

Commit 07de08b

Browse files
chore(deps): update codecov/codecov-action action to v5
1 parent 2a1d308 commit 07de08b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-merge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
node-version: 18
2222
- run: npm ci
2323
- run: npm test
24-
- uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3
24+
- uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5
2525
with:
2626
directory: ./coverage/

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
node-version: ${{ matrix.node-version }}
3333
- run: npm ci
3434
- run: npm test
35-
- uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3
35+
- uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5
3636
with:
3737
directory: ./coverage/

0 commit comments

Comments
 (0)