From 02d1e6a94a72737f3838abc9e4989ded2198d1a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 01:25:51 +0000 Subject: [PATCH] Update dawidd6/action-download-artifact action to v7 (#14722) --- .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 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