Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/publish-qemu-bin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
Get-ChildItem -Path "C:\Program Files\qemu" -Filter *.dll | Move-Item -Destination "temp"

- name: Upload Qemu Artifact
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: qemu-windows
path: |
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
cp qemu/bin/qemu-bundle/usr/local/share/qemu/vgabios-bochs-display.bin temp/share
cp qemu/bin/qemu-bundle/usr/local/share/qemu/kvmvapic.bin temp/share
- name: Upload Qemu Artifact
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: qemu-linux
path: |
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
cd ../Linux/ && tar -czf ${{github.workspace}}/qemu-linux-${{github.event.release.tag_name}}.tar.gz *

- name: Upload Ext-Dep (Artifact)
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
if: github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request'
with:
name: qemu-extdep-binaries
Expand Down