From c851172e02dc82c2f8de8bc92e848b02c851b7fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 00:48:29 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 4 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/bundle-size-comment.yml | 2 +- .github/workflows/pr-vrt-comment.yml | 4 ++-- .github/workflows/pr-vrt-poc-comment.yml | 2 +- .github/workflows/pr-website-deploy-comment.yml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/bundle-size-comment.yml b/.github/workflows/bundle-size-comment.yml index 516668bf9b074e..e3496715178d74 100644 --- a/.github/workflows/bundle-size-comment.yml +++ b/.github/workflows/bundle-size-comment.yml @@ -13,7 +13,7 @@ jobs: pull-requests: write steps: - name: Download artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: monosize-report path: ./results diff --git a/.github/workflows/pr-vrt-comment.yml b/.github/workflows/pr-vrt-comment.yml index c37a1f29b84f09..51be52eea2828c 100644 --- a/.github/workflows/pr-vrt-comment.yml +++ b/.github/workflows/pr-vrt-comment.yml @@ -30,7 +30,7 @@ jobs: # - see @{link file://./../scripts/prepare-vr-screenshots-for-upload.js#45} # - see @{link file://./pr-vrt.yml#56} - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: vrscreenshot path: ./screenshots @@ -56,7 +56,7 @@ jobs: tenant-id: ${{ secrets.AZURE_TENANT_ID }} subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 if: ${{ steps.should_run_vrt.outputs.result == 'true' }} with: name: pr-number diff --git a/.github/workflows/pr-vrt-poc-comment.yml b/.github/workflows/pr-vrt-poc-comment.yml index e5bad07a84dac0..c3339fd5a2373c 100644 --- a/.github/workflows/pr-vrt-poc-comment.yml +++ b/.github/workflows/pr-vrt-poc-comment.yml @@ -27,7 +27,7 @@ jobs: env: W_RUN: ${{ toJSON(github.event.workflow_run) }} - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: pr-number path: ./results diff --git a/.github/workflows/pr-website-deploy-comment.yml b/.github/workflows/pr-website-deploy-comment.yml index 100782fe3be222..a34ae55b7924bd 100644 --- a/.github/workflows/pr-website-deploy-comment.yml +++ b/.github/workflows/pr-website-deploy-comment.yml @@ -30,14 +30,14 @@ jobs: sparse-checkout: | .github - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: pr-website-artifacts path: ./website run-id: ${{ github.event.workflow_run.id }} github-token: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: pr-number path: ./results