From d758497cbb589d7d6a45ffa426e0c8b6ea2b4667 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 00:20:58 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 4 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' 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..8aadb4197f4448 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@v6 with: name: monosize-report path: ./results diff --git a/.github/workflows/pr-vrt-comment.yml b/.github/workflows/pr-vrt-comment.yml index c37a1f29b84f09..1a5055df57cf5d 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@v6 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@v6 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..0fe7881dcc28eb 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@v6 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..bf11ea5b8fce24 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@v6 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@v6 with: name: pr-number path: ./results