Skip to content

Commit 2ed19e9

Browse files
Bump actions/download-artifact from 4 to 5 (#9)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a699d62 commit 2ed19e9

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@v4
139+
- uses: actions/download-artifact@v5
140140
with:
141141
name: build
142142
run-id: ${{ steps.workflow-run.outputs.run-id }}

0 commit comments

Comments
 (0)