Skip to content

Commit 5befe64

Browse files
Merge pull request #127 from permafrost-dev/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
2 parents b260447 + 8dbbce1 commit 5befe64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: npm run test -- --coverage --coverageReporters json
5757

5858
- name: Upload coverage to Codecov
59-
uses: codecov/codecov-action@v3
59+
uses: codecov/codecov-action@v4
6060
if: ${{ success() && env.USE_CODECOV_SERVICE == 'yes' }}
6161
with:
6262
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)