Skip to content

Commit

Permalink
Merge pull request #602 from joergroedel/ci-fix
Browse files Browse the repository at this point in the history
Github/workflows: Use upload/download-artifact@v4
  • Loading branch information
joergroedel authored Jan 24, 2025
2 parents 5cd227c + 1bd6bdd commit d2cf49f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
# Required because after the next checkout everything is removed.
- name: Upload PR warnings artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: clippy-warnings-pr
path: clippy_warnings_pr.txt
Expand All @@ -186,7 +186,7 @@ jobs:
cargo clippy --workspace --all-features --exclude packit --exclude stage1 --exclude svsm-fuzz --exclude igvmbuilder --exclude igvmmeasure --quiet -- -W clippy::undocumented_unsafe_blocks 2> clippy_warnings_base.txt
- name: Download PR warnings artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: clippy-warnings-pr

Expand Down

0 comments on commit d2cf49f

Please sign in to comment.