ci: update actions

This commit is contained in:
EdJoPaTo
2024-02-03 03:26:49 +01:00
parent 5104ec582e
commit 3cafeaef0a
+2 -2
View File
@@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/cache@v3 - uses: actions/cache@v4
with: with:
key: coverage-${{ hashFiles('**/Cargo.lock') }} key: coverage-${{ hashFiles('**/Cargo.lock') }}
path: | path: |
@@ -34,7 +34,7 @@ jobs:
run: cargo llvm-cov --all-features --html run: cargo llvm-cov --all-features --html
- name: Upload Report - name: Upload Report
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: coverage-report name: coverage-report
path: target/llvm-cov/html path: target/llvm-cov/html