We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85607e1 commit 9b283dfCopy full SHA for 9b283df
.github/workflows/deploy-api-lambda.yml
@@ -37,7 +37,7 @@ jobs:
37
- uses: actions/checkout@v5
38
39
- name: Download bootstrap binary
40
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
41
with:
42
name: api-lambda-binary # Defined in build-api-lambda.yml
43
.github/workflows/release.yml
@@ -91,7 +91,7 @@ jobs:
91
steps:
92
93
94
95
96
name: link-index-updater-lambda-binary # Defined in build-link-index-updater-lambda.yml
97
0 commit comments