mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-04-26 22:33:27 -04:00
Fix artifact download
This commit is contained in:
parent
82527d75d6
commit
30e04902aa
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -80,7 +80,7 @@ jobs:
|
|||
|
||||
- name: Upload Build Artifacts (MSVC (32-bit))
|
||||
if: ${{ matrix.toolchain.name == 'MSVC (32-bit, Release)' || matrix.toolchain.name == 'MSVC (32-bit, Debug)' }}
|
||||
uses: actions/upload-artifact@main
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: msvc32-artifacts-${{ matrix.toolchain.name }}
|
||||
path: |
|
||||
|
@ -107,7 +107,7 @@ jobs:
|
|||
with:
|
||||
repository: 'probonopd/uploadtool'
|
||||
|
||||
- uses: actions/download-artifact@v3
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: msvc32-artifacts
|
||||
path: build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue