Skip to content

Commit bd46497

Browse files
authored
Merge pull request #259 from Nullus157/dependabot/github_actions/codecov/codecov-action-4
chore(deps): bump codecov/codecov-action from 3 to 4
2 parents d913b27 + f08c669 commit bd46497

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ 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@v3
16+
- uses: codecov/codecov-action@v4
17+
env:
18+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
1719

1820
on:
1921
push:

0 commit comments

Comments
 (0)