Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to '.github/workflows/coverage.yaml')
-rw-r--r--.github/workflows/coverage.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml
index bd4edba747..9460c6a3c7 100644
--- a/.github/workflows/coverage.yaml
+++ b/.github/workflows/coverage.yaml
@@ -13,7 +13,7 @@ jobs:
coverage:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
- name: Install Rust toolchain
run: |
@@ -34,9 +34,9 @@ jobs:
- name: Generate code coverage
run: cargo llvm-cov --workspace --lcov --output-path lcov.info
-
+
- name: Upload coverage to Codecov
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
with:
files: lcov.info
fail_ci_if_error: false