From 235a0fe7e54b301f1b36dbee4f145fe01e7551ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 00:27:57 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 3 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...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/build_deploy_website.yaml | 2 +- .github/workflows/build_preview_website.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_deploy_website.yaml b/.github/workflows/build_deploy_website.yaml index 9d07764e4c..b806a1b117 100644 --- a/.github/workflows/build_deploy_website.yaml +++ b/.github/workflows/build_deploy_website.yaml @@ -40,7 +40,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@v3 - name: Download Artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v5 with: name: build path: website/build diff --git a/.github/workflows/build_preview_website.yaml b/.github/workflows/build_preview_website.yaml index bf25aa74a7..96ad7ce464 100644 --- a/.github/workflows/build_preview_website.yaml +++ b/.github/workflows/build_preview_website.yaml @@ -45,7 +45,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} - name: Download Artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v5 with: name: build path: website/build