From 3eb4505dcb35bd02183961d9c80864669a5f0132 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 10:51:15 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20Bump=20actions/download?= =?UTF-8?q?-artifact=20from=204=20to=205?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 96777f2236..878690feb8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -117,7 +117,7 @@ jobs: # TODO (peterdavidfagan): don't hardcode branches for downloads - name: Download Rolling Artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: main_html_artifacts path: . @@ -129,7 +129,7 @@ jobs: rm artifact.tar.gz - name: Download Humble Artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: humble_html_artifacts path: .