Skip to content

Commit 128da3a

Browse files
chore(deps): update codecov/codecov-action action to v5
1 parent 83255d0 commit 128da3a

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@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3
24+
- uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5
2525
with:
2626
directory: ./coverage/

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
node-version: ${{ matrix.node-version }}
3434
- run: npm ci
3535
- run: npm test
36-
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3
36+
- uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5
3737
with:
3838
directory: ./coverage/

0 commit comments

Comments
 (0)