mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-21 22:33:49 +00:00
fix: usage of a deprecated Node.js version
in CI (#6301)
This commit is contained in:
parent
9f85f8aeea
commit
14abdd4754
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -554,7 +554,7 @@ jobs:
|
||||
cargo llvm-cov report --lcov --output-path lcov.info
|
||||
|
||||
- name: upload coverage report to codecov
|
||||
uses: codecov/codecov-action@v3
|
||||
uses: codecov/codecov-action@v4
|
||||
if: steps.coverage.outcome == 'success'
|
||||
with:
|
||||
files: lcov.info
|
||||
|
Loading…
Reference in New Issue
Block a user