From 85f58e187e506d29f70dab7a58a6f393d042348d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 13:10:00 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 5 in /.github/workflows 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-api-lambda.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-api-lambda.yml b/.github/workflows/deploy-api-lambda.yml index 3c615abf4..f05ced285 100644 --- a/.github/workflows/deploy-api-lambda.yml +++ b/.github/workflows/deploy-api-lambda.yml @@ -26,12 +26,12 @@ jobs: steps: - uses: actions/checkout@v4 - name: Download bootstrap binary - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: api-lambda-binary - name: Download bootstrap binary - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: api-lambda-binary # Defined in build-api-lambda.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 51fa02722..8725c70dc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -91,7 +91,7 @@ jobs: steps: - name: Download bootstrap binary - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: link-index-updater-lambda-binary # Defined in build-link-index-updater-lambda.yml