Skip to content

Commit bfda9c2

Browse files
Bump actions/download-artifact from 6 to 7 (#19)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Curtis Vogt <curtis.vogt@gmail.com>
1 parent aac2a61 commit bfda9c2

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

0 commit comments

Comments
 (0)