ci: update actions
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user