From 1fba5ede397f18486d3a66f2496bcee559c635d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 08:33:47 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 6 in /.github/workflows 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-api-lambda.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-api-lambda.yml b/.github/workflows/deploy-api-lambda.yml index eb926dad5..fd6b72a5e 100644 --- a/.github/workflows/deploy-api-lambda.yml +++ b/.github/workflows/deploy-api-lambda.yml @@ -37,7 +37,7 @@ jobs: - uses: actions/checkout@v5 - name: Download bootstrap binary - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: api-lambda-binary # Defined in build-api-lambda.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9e87f1457..acb4b74ca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -102,7 +102,7 @@ jobs: steps: - name: Download bootstrap binary - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: link-index-updater-lambda-binary # Defined in build-link-index-updater-lambda.yml