Skip to content

Commit e12ca46

Browse files
authored
Merge pull request #311 from Nullus157/dependabot/github_actions/codecov/codecov-action-5
chore(deps): bump codecov/codecov-action from 4 to 5
2 parents f0a5c74 + 906f155 commit e12ca46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: taiki-e/install-action@v2
1414
with: { tool: cargo-tarpaulin }
1515
- run: cargo --locked tarpaulin --all-features -- --skip 'proptest::'
16-
- uses: codecov/codecov-action@v4
16+
- uses: codecov/codecov-action@v5
1717
env:
1818
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
1919

0 commit comments

Comments
 (0)