Skip to content

Commit

Permalink
ci: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
EdJoPaTo committed Feb 3, 2024
1 parent 5104ec5 commit 3cafeae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- uses: actions/checkout@v4

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
key: coverage-${{ hashFiles('**/Cargo.lock') }}
path: |
Expand All @@ -34,7 +34,7 @@ jobs:
run: cargo llvm-cov --all-features --html

- name: Upload Report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage-report
path: target/llvm-cov/html

0 comments on commit 3cafeae

Please sign in to comment.