From 97dde9afd0c620cc402e8409a0efe8c786169dc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 11:28:19 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20Bump=20actions/download?= =?UTF-8?q?-artifact=20from=204=20to=206?= 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 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/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 96777f2236..16610737bc 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@v6 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@v6 with: name: humble_html_artifacts path: .