Skip to content

Commit e4564e1

Browse files
chore(deps): update codecov/codecov-action action to v5
1 parent 43d29c5 commit e4564e1

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@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # 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@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5
3636
with:
3737
directory: ./coverage/

0 commit comments

Comments
 (0)