We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a699d62 commit 2ed19e9Copy full SHA for 2ed19e9
.github/workflows/integration-tests.yaml
@@ -136,7 +136,7 @@ jobs:
136
run_id: ${{ steps.workflow-run.outputs.run-id }}
137
job_id: ${{ steps.wait-for-job.outputs.job-id }}
138
conclusion: ${{ steps.wait-for-job.outputs.conclusion }}
139
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
140
with:
141
name: build
142
run-id: ${{ steps.workflow-run.outputs.run-id }}
0 commit comments