We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80192f3 commit de964a9Copy full SHA for de964a9
.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@v5
+ - uses: actions/download-artifact@v6
140
with:
141
name: build
142
run-id: ${{ steps.workflow-run.outputs.run-id }}
0 commit comments