Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v1...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
36cbf9f017
commit
8a5837c2ab
|
@ -65,7 +65,7 @@ jobs:
|
||||||
prerelease: false
|
prerelease: false
|
||||||
draft: true
|
draft: true
|
||||||
- name: Download luac.cross
|
- name: Download luac.cross
|
||||||
uses: actions/download-artifact@v1
|
uses: actions/download-artifact@v4.1.7
|
||||||
with:
|
with:
|
||||||
name: luac.cross_51_float_win
|
name: luac.cross_51_float_win
|
||||||
path: ./
|
path: ./
|
||||||
|
|
|
@ -104,7 +104,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
submodules: false
|
submodules: false
|
||||||
- name: Download luac.cross
|
- name: Download luac.cross
|
||||||
uses: actions/download-artifact@v1
|
uses: actions/download-artifact@v4.1.7
|
||||||
with:
|
with:
|
||||||
name: luac.cross_${{ matrix.lua_ver }}_${{ matrix.numbers }}
|
name: luac.cross_${{ matrix.lua_ver }}_${{ matrix.numbers }}
|
||||||
path: ./
|
path: ./
|
||||||
|
@ -134,7 +134,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
submodules: false
|
submodules: false
|
||||||
- name: Download luac.cross
|
- name: Download luac.cross
|
||||||
uses: actions/download-artifact@v1
|
uses: actions/download-artifact@v4.1.7
|
||||||
with:
|
with:
|
||||||
name: luac.cross_${{ matrix.lua_ver }}_${{ matrix.numbers }}_win
|
name: luac.cross_${{ matrix.lua_ver }}_${{ matrix.numbers }}_win
|
||||||
path: ./
|
path: ./
|
||||||
|
@ -167,7 +167,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
submodules: false
|
submodules: false
|
||||||
- name: Download luac.cross
|
- name: Download luac.cross
|
||||||
uses: actions/download-artifact@v1
|
uses: actions/download-artifact@v4.1.7
|
||||||
with:
|
with:
|
||||||
name: luac.cross_${{ matrix.lua_ver }}_${{ matrix.numbers }}
|
name: luac.cross_${{ matrix.lua_ver }}_${{ matrix.numbers }}
|
||||||
path: ./
|
path: ./
|
||||||
|
@ -204,7 +204,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
submodules: false
|
submodules: false
|
||||||
- name: Download luac.cross
|
- name: Download luac.cross
|
||||||
uses: actions/download-artifact@v1
|
uses: actions/download-artifact@v4.1.7
|
||||||
with:
|
with:
|
||||||
name: luac.cross_${{ matrix.lua_ver }}_${{ matrix.numbers }}_win
|
name: luac.cross_${{ matrix.lua_ver }}_${{ matrix.numbers }}_win
|
||||||
path: ./
|
path: ./
|
||||||
|
|
Loading…
Reference in New Issue