diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f4649c3461..b271562d66 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -226,7 +226,7 @@ jobs: name: ruff path: target/debug - - uses: dawidd6/action-download-artifact@v2 + - uses: dawidd6/action-download-artifact@v3 name: Download baseline Ruff binary with: name: ruff diff --git a/.github/workflows/pr-comment.yaml b/.github/workflows/pr-comment.yaml index 934ad21b6a..34fe20f50c 100644 --- a/.github/workflows/pr-comment.yaml +++ b/.github/workflows/pr-comment.yaml @@ -17,7 +17,7 @@ jobs: comment: runs-on: ubuntu-latest steps: - - uses: dawidd6/action-download-artifact@v2 + - uses: dawidd6/action-download-artifact@v3 name: Download pull request number with: name: pr-number @@ -32,7 +32,7 @@ jobs: echo "pr-number=$(> $GITHUB_OUTPUT fi - - uses: dawidd6/action-download-artifact@v2 + - uses: dawidd6/action-download-artifact@v3 name: "Download ecosystem results" id: download-ecosystem-result if: steps.pr-number.outputs.pr-number