Skip to content

Commit

Permalink
[Renovate] Update actions/upload-artifact action to v4.3.2 (#227)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 19, 2024
1 parent 968790c commit eb0dc1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
cargo llvm-cov --cobertura --output-path cobertura.xml
pycobertura show cobertura.xml >> code-coverage.txt
- uses: actions/upload-artifact@v4.3.1
- uses: actions/upload-artifact@v4.3.2
with:
name: code-coverage.txt
path: code-coverage.txt
Expand Down

0 comments on commit eb0dc1a

Please sign in to comment.