Skip to content

Commit 2d6fa5e

Browse files
Bump actions/download-artifact from 4 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@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] <[email protected]>
1 parent 2feb57e commit 2d6fa5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-api-lambda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/checkout@v5
3838

3939
- name: Download bootstrap binary
40-
uses: actions/download-artifact@v4
40+
uses: actions/download-artifact@v6
4141
with:
4242
name: api-lambda-binary # Defined in build-api-lambda.yml
4343

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
steps:
103103

104104
- name: Download bootstrap binary
105-
uses: actions/download-artifact@v4
105+
uses: actions/download-artifact@v6
106106
with:
107107
name: link-index-updater-lambda-binary # Defined in build-link-index-updater-lambda.yml
108108

0 commit comments

Comments
 (0)