Fixed a warning.
This commit is contained in:
parent
c782a837a2
commit
167bc2f450
4
.github/workflows/win-cross.yml
vendored
4
.github/workflows/win-cross.yml
vendored
@ -29,13 +29,13 @@ jobs:
|
||||
run: echo "SHORT_GITHUB_SHA=$(git rev-parse --short ${{ github.sha }})" >> $GITHUB_ENV
|
||||
|
||||
- name: Upload main binary artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: bochs-${{ env.SHORT_GITHUB_SHA }}.exe
|
||||
path: bochs/bochs.exe
|
||||
|
||||
- name: Upload tools artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: tools-${{ env.SHORT_GITHUB_SHA }}
|
||||
path: |
|
||||
|
Loading…
Reference in New Issue
Block a user