Skip to content

Commit

Permalink
Update dawidd6/action-download-artifact action to v5 (#11818)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 10, 2024
1 parent 33e44c2 commit 134aa7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ jobs:
name: ruff
path: target/debug

- uses: dawidd6/action-download-artifact@v3
- uses: dawidd6/action-download-artifact@v5
name: Download baseline Ruff binary
with:
name: ruff
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-comment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
comment:
runs-on: ubuntu-latest
steps:
- uses: dawidd6/action-download-artifact@v3
- uses: dawidd6/action-download-artifact@v5
name: Download pull request number
with:
name: pr-number
Expand All @@ -32,7 +32,7 @@ jobs:
echo "pr-number=$(<pr-number)" >> $GITHUB_OUTPUT
fi
- uses: dawidd6/action-download-artifact@v3
- uses: dawidd6/action-download-artifact@v5
name: "Download ecosystem results"
id: download-ecosystem-result
if: steps.pr-number.outputs.pr-number
Expand Down

0 comments on commit 134aa7c

Please sign in to comment.