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 ad2e346 commit 50c098cCopy full SHA for 50c098c
.github/workflows/build-distribution.yml
@@ -13,7 +13,7 @@ jobs:
13
python-version: "3.10"
14
- name: Build lambda layer zip
15
run: ./dev-utils/make-distribution.sh
16
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v3
17
with:
18
name: build-distribution
19
path: ./build/
0 commit comments