Skip to content

Commit 1d08012

Browse files
authored
Merge pull request #26 from octet-stream/dependabot/github_actions/codecov/codecov-action-4
2 parents ea8fc31 + 115a945 commit 1d08012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- run: pnpm run ci
6565

6666
- name: Codecov
67-
uses: codecov/codecov-action@v3
67+
uses: codecov/codecov-action@v4
6868
if: matrix.node == '20.x' && matrix.os == 'ubuntu-latest'
6969
env:
7070
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}

0 commit comments

Comments
 (0)