Skip to content

Commit f361506

Browse files
GitHub Action: Bump actions/download-artifact from 6 to 7 (#1290)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aeb67a4 commit f361506

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-qemu-bin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,12 +134,12 @@ jobs:
134134
qemuVersion=$(jq -r .linux $QEMU_VERSION_FILE)
135135
echo "QEMU_VERSION=$qemuVersion" >> $GITHUB_OUTPUT
136136
- name: Download Windows Qemu Artifact
137-
uses: actions/download-artifact@v6
137+
uses: actions/download-artifact@v7
138138
with:
139139
name: qemu-windows
140140
path: windows
141141
- name: Download Linux Qemu Artifact
142-
uses: actions/download-artifact@v6
142+
uses: actions/download-artifact@v7
143143
with:
144144
name: qemu-linux
145145
path: linux

0 commit comments

Comments
 (0)