We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba4b519 + 8b267d3 commit 1ed23d5Copy full SHA for 1ed23d5
1 file changed
.github/workflows/deploy-aws.yml
@@ -67,7 +67,7 @@ jobs:
67
aws-region: ${{ vars.AWS_REGION }}
68
69
- name: Download artifact
70
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v8
71
with:
72
name: build-artifact
73
path: './.aws-sam/build'
@@ -129,7 +129,7 @@ jobs:
129
130
131
132
133
134
135
0 commit comments