Update build.yml
This commit is contained in:
parent
73f65d4721
commit
ba8cd2f672
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3.1.0
|
uses: actions/checkout@v4.1.1
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
|
@ -106,7 +106,7 @@ jobs:
|
||||||
|
|
||||||
- name: Setup Toolchain [Windows MSVC]
|
- name: Setup Toolchain [Windows MSVC]
|
||||||
if: ${{ matrix.config.compiler == 'msvc' }}
|
if: ${{ matrix.config.compiler == 'msvc' }}
|
||||||
uses: vadz/gha-setup-vsdevenv@avoid-deprecation-warnings
|
uses: lunathir/gha-setup-vsdevenv@avoid-deprecation-warnings
|
||||||
with:
|
with:
|
||||||
arch: ${{ steps.windows-identify.outputs.vswhere-target }}
|
arch: ${{ steps.windows-identify.outputs.vswhere-target }}
|
||||||
|
|
||||||
|
@ -374,7 +374,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
if: ${{ github.repository == 'tildearrow/furnace' && github.ref_name == 'master' }}
|
if: ${{ github.repository == 'tildearrow/furnace' && github.ref_name == 'master' }}
|
||||||
uses: actions/upload-artifact@v3.1.1
|
uses: actions/upload-artifact@v4.3.0
|
||||||
with:
|
with:
|
||||||
name: ${{ steps.package-identify.outputs.id }}
|
name: ${{ steps.package-identify.outputs.id }}
|
||||||
path: ${{ steps.package-identify.outputs.filename }}
|
path: ${{ steps.package-identify.outputs.filename }}
|
||||||
|
|
Loading…
Reference in a new issue