Skip to content

Commit

Permalink
Merge pull request #1016 from rouge8/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
rouge8 authored Dec 18, 2023
2 parents 77cfdf5 + e40764b commit 608d2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Run tests
run: cargo llvm-cov nextest --no-fail-fast --html --color=always
- name: Upload HTML coverage report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage-report
path: target/llvm-cov/html
Expand Down

0 comments on commit 608d2fa

Please sign in to comment.