We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b683bf commit 4025894Copy full SHA for 4025894
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Build dist
28
working-directory: ${{ matrix.lambda }}
29
run: yarn install && yarn run test && yarn dist
30
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v3
31
with:
32
name: ${{ steps.lambda.outputs.name }}
33
path: ${{ matrix.lambda }}/${{ steps.lambda.outputs.name }}.zip
0 commit comments