diff --git a/.github/workflows/bundle-size-comment.yml b/.github/workflows/bundle-size-comment.yml index 516668bf9b074..8aadb4197f444 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 c37a1f29b84f0..1a5055df57cf5 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 e5bad07a84dac..0fe7881dcc28e 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 100782fe3be22..bf11ea5b8fce2 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