From 134aa7c7d5e5411d8937ae8e65ac74872e965a7f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Jun 2024 22:23:19 -0400 Subject: [PATCH] Update dawidd6/action-download-artifact action to v5 (#11818) --- .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 166f4d253f9d8..2f2f3accaa73b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 diff --git a/.github/workflows/pr-comment.yaml b/.github/workflows/pr-comment.yaml index 1debd520ece39..5fbace0251237 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@v3 + - uses: dawidd6/action-download-artifact@v5 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@v3 + - uses: dawidd6/action-download-artifact@v5 name: "Download ecosystem results" id: download-ecosystem-result if: steps.pr-number.outputs.pr-number