Skip to content

Commit de964a9

Browse files
Bump actions/download-artifact from 5 to 6 (#15)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 80192f3 commit de964a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
run_id: ${{ steps.workflow-run.outputs.run-id }}
137137
job_id: ${{ steps.wait-for-job.outputs.job-id }}
138138
conclusion: ${{ steps.wait-for-job.outputs.conclusion }}
139-
- uses: actions/download-artifact@v5
139+
- uses: actions/download-artifact@v6
140140
with:
141141
name: build
142142
run-id: ${{ steps.workflow-run.outputs.run-id }}

0 commit comments

Comments
 (0)