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 2feb57e commit 9ca2620Copy full SHA for 9ca2620
.github/workflows/build-api-lambda.yml
@@ -36,7 +36,7 @@ jobs:
36
stat "${BINARY_PATH}"
37
- name: Archive artifact
38
id: upload-artifact
39
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
40
with:
41
name: api-lambda-binary
42
retention-days: 1
.github/workflows/build-link-index-updater-lambda.yml
@@ -33,7 +33,7 @@ jobs:
33
34
35
name: link-index-updater-lambda-binary
0 commit comments