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 59ab2b2 commit d0ac793Copy full SHA for d0ac793
.github/workflows/deploy-pipeline.yaml
@@ -40,7 +40,7 @@ jobs:
40
cd function
41
zip -r ../${{ github.sha }}.zip .
42
- name: Archive artifact
43
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
44
with:
45
name: zipped-bundle
46
path: ${{ github.sha }}.zip
0 commit comments