From 61c568268a1260914b3db46c35be514640eb1a94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 07:55:47 +0200 Subject: [PATCH] Update dawidd6/action-download-artifact action to v6 (#11894) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 2f2f3accaa73b..b489718e2d87a 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@v5 + - uses: dawidd6/action-download-artifact@v6 name: Download baseline Ruff binary with: name: ruff diff --git a/.github/workflows/pr-comment.yaml b/.github/workflows/pr-comment.yaml index 97b6ba7026a21..6e61da5466b8e 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@v5 + - uses: dawidd6/action-download-artifact@v6 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@v5 + - uses: dawidd6/action-download-artifact@v6 name: "Download ecosystem results" id: download-ecosystem-result if: steps.pr-number.outputs.pr-number