diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 54a169e964..8b8598c432 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -383,7 +383,7 @@ jobs: name: ruff path: target/debug - - uses: dawidd6/action-download-artifact@v6 + - uses: dawidd6/action-download-artifact@v7 name: Download baseline Ruff binary with: name: ruff diff --git a/.github/workflows/pr-comment.yaml b/.github/workflows/pr-comment.yaml index 8d67b35082..676d58d0c5 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@v6 + - uses: dawidd6/action-download-artifact@v7 name: Download pull request number with: name: pr-number @@ -33,7 +33,7 @@ jobs: echo "pr-number=$(> $GITHUB_OUTPUT fi - - uses: dawidd6/action-download-artifact@v6 + - uses: dawidd6/action-download-artifact@v7 name: "Download ecosystem results" id: download-ecosystem-result if: steps.pr-number.outputs.pr-number