Skip to content

Commit c0963c7

Browse files
authored
Update cd.yml
Signed-off-by: Jason <[email protected]>
1 parent cfa2623 commit c0963c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
zip -r layer.zip ./python
3131
3232
- name: Upload layer.zip artifact
33-
uses: actions/upload-artifact@v3
33+
uses: actions/upload-artifact@v4
3434
with:
3535
name: layer
3636
path: ./layer.zip
@@ -92,4 +92,4 @@ jobs:
9292
run: exit 1
9393

9494
- name: Terraform Apply
95-
run: terraform apply -auto-approve -input=false
95+
run: terraform apply -auto-approve -input=false

0 commit comments

Comments
 (0)