Skip to content

Commit d0ac793

Browse files
authored
Update deploy-pipeline.yaml
1 parent 59ab2b2 commit d0ac793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
cd function
4141
zip -r ../${{ github.sha }}.zip .
4242
- name: Archive artifact
43-
uses: actions/upload-artifact@v2
43+
uses: actions/upload-artifact@v4
4444
with:
4545
name: zipped-bundle
4646
path: ${{ github.sha }}.zip

0 commit comments

Comments
 (0)