From 7d34533643320fc3cdd8ed7b54d7359d39909eb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 04:10:22 +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 21c56d967fe89e..18b64a511f7db3 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 21ee0c0f29ec5b..5c794c5803eb1f 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 91ff2b130c9dd2..a30a4f6e3843c7 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 2893f902d06fee..e0a3c7dbb108d0 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