Skip to content

Commit c883fb5

Browse files
dependabot[bot]praveenkumar
authored andcommitted
build(deps): bump actions/download-artifact from 5 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 11d73db commit c883fb5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/linux-qe-template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ jobs:
4242
echo "status_context=${status_context}" >> "$GITHUB_ENV"
4343
4444
- name: Download linux binary
45-
uses: actions/download-artifact@v5
45+
uses: actions/download-artifact@v6
4646
with:
4747
name: linux-binary
4848
run-id: ${{inputs.trigger-workflow-run-id}}
4949
github-token: ${{ github.token }}
5050

5151
- name: Download qe oci image
5252
id: download-qe-oci-image-artifact
53-
uses: actions/download-artifact@v5
53+
uses: actions/download-artifact@v6
5454
with:
5555
name: crc-${{inputs.qe-type}}-linux-arm64
5656
run-id: ${{inputs.trigger-workflow-run-id}}

.github/workflows/windows-qe-tpl.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ jobs:
3636
steps:
3737
- name: Download windows installer
3838
id: download-windows-installer-artifact
39-
uses: actions/download-artifact@v5
39+
uses: actions/download-artifact@v6
4040
with:
4141
name: windows-installer
4242
run-id: ${{inputs.trigger-workflow-run-id}}
4343
github-token: ${{ github.token }}
4444

4545
- name: Download qe oci image
4646
id: download-qe-oci-image-artifact
47-
uses: actions/download-artifact@v5
47+
uses: actions/download-artifact@v6
4848
with:
4949
name: crc-${{inputs.qe-type}}-windows-amd64
5050
run-id: ${{inputs.trigger-workflow-run-id}}

0 commit comments

Comments
 (0)