From ea1457bfd75af8511a593c84b24918cc3013b920 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 11:56:54 +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/gh-pages.yml | 2 +- .github/workflows/main.yml | 4 ++-- .github/workflows/yarn-upgrade.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 1258a64dce..1bbb304544 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -59,7 +59,7 @@ jobs: ref: gh-pages token: ${{ secrets.PROJEN_GITHUB_TOKEN }} - name: Download Artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: doc-site path: ${{ runner.temp }}/site diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 866f5a0154..94548c3cc2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -289,7 +289,7 @@ jobs: steps: # Check out the code - name: Download Artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: built-tree - name: Extract Artifact @@ -385,7 +385,7 @@ jobs: steps: # Check out the code - name: Download Artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: release-package path: ${{ runner.temp }}/release-package diff --git a/.github/workflows/yarn-upgrade.yml b/.github/workflows/yarn-upgrade.yml index 8b8e29c8aa..527296bb18 100644 --- a/.github/workflows/yarn-upgrade.yml +++ b/.github/workflows/yarn-upgrade.yml @@ -122,7 +122,7 @@ jobs: uses: actions/checkout@v4 - name: Download patch - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: upgrade.patch path: ${{ runner.temp }}