mirror of
https://github.com/rust-osdev/uefi-rs
synced 2026-08-26 18:26:05 -04:00
Merge pull request #1960 from rust-osdev/renovate/codecov-codecov-action-6.x
chore(deps): update codecov/codecov-action action to v6.0.2
This commit is contained in:
commit
05debb1bf4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
|
@ -200,7 +200,7 @@ jobs:
|
|||
- name: Generate code coverage
|
||||
run: cargo xtask cov --lcov
|
||||
- name: Upload code coverage
|
||||
uses: codecov/codecov-action@v6.0.1
|
||||
uses: codecov/codecov-action@v6.0.2
|
||||
env:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue