From 3a08570a684d28800163288ab53986534c9205a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jan 2025 22:26:28 -0500 Subject: [PATCH] Update dawidd6/action-download-artifact action to v8 (#15760) --- .github/workflows/ci.yaml | 2 +- .github/workflows/pr-comment.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 252758669c8426..c7dbe8e4226229 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -430,7 +430,7 @@ jobs: name: ruff path: target/debug - - uses: dawidd6/action-download-artifact@v7 + - uses: dawidd6/action-download-artifact@v8 name: Download baseline Ruff binary with: name: ruff diff --git a/.github/workflows/pr-comment.yaml b/.github/workflows/pr-comment.yaml index 8064c8cbd71387..1a91670c5854fa 100644 --- a/.github/workflows/pr-comment.yaml +++ b/.github/workflows/pr-comment.yaml @@ -16,7 +16,7 @@ jobs: permissions: pull-requests: write steps: - - uses: dawidd6/action-download-artifact@v7 + - uses: dawidd6/action-download-artifact@v8 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@v7 + - uses: dawidd6/action-download-artifact@v8 name: "Download ecosystem results" id: download-ecosystem-result if: steps.pr-number.outputs.pr-number