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 cfa2623 commit c0963c7Copy full SHA for c0963c7
.github/workflows/cd.yml
@@ -30,7 +30,7 @@ jobs:
30
zip -r layer.zip ./python
31
32
- name: Upload layer.zip artifact
33
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
34
with:
35
name: layer
36
path: ./layer.zip
@@ -92,4 +92,4 @@ jobs:
92
run: exit 1
93
94
- name: Terraform Apply
95
- run: terraform apply -auto-approve -input=false
+ run: terraform apply -auto-approve -input=false
0 commit comments