Skip to content

Commit 74b099b

Browse files
authored
Merge pull request #195 from permafrost-dev/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents e80bdd4 + d5edc0d commit 74b099b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: bun run test -- --coverage --coverageReporters json
4141

4242
- name: Upload coverage to Codecov
43-
uses: codecov/codecov-action@v4
43+
uses: codecov/codecov-action@v5
4444
if: ${{ success() && env.USE_CODECOV_SERVICE == 'yes' && github.ref_name == 'main' }}
4545
with:
4646
token: ${{ secrets.CODECOV_TOKEN }}

bun.lockb

3.74 KB
Binary file not shown.

0 commit comments

Comments
 (0)