Skip to content

Commit a7dc5c1

Browse files
authored
Merge pull request #3 from rollup/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents ccb0606 + 51cdcc0 commit a7dc5c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ jobs:
428428
env:
429429
CI: true
430430
- name: Upload coverage
431-
uses: codecov/codecov-action@v4
431+
uses: codecov/codecov-action@v5
432432
if: matrix.coverage
433433
with:
434434
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)