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 c0b7536 commit 37d6677Copy full SHA for 37d6677
.github/workflows/deploy.yml
@@ -29,7 +29,7 @@ jobs:
29
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
30
31
- name: Download artifact from build job
32
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
33
with:
34
name: release
35
run-id: ${{ github.event.workflow_run.id }}
0 commit comments