Skip to content

Commit 8669676

Browse files
authored
Merge pull request #251 from permafrost-dev/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
2 parents eb35e58 + ec5ba70 commit 8669676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

+1-1
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)