Skip to content

Commit ddf3845

Browse files
chore(deps): update codecov/codecov-action action to v5
1 parent 25d177c commit ddf3845

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-merge.yml

Lines changed: 1 addition & 1 deletion
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@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5
2525
with:
2626
directory: ./coverage/

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
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@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5
3636
with:
3737
directory: ./coverage/

0 commit comments

Comments
 (0)