Skip to content

Commit ea17aff

Browse files
Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows (#3661)
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](actions/download-artifact@v1...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ca8d008 commit ea17aff

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/AutoCreateRelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
prerelease: false
6666
draft: true
6767
- name: Download luac.cross
68-
uses: actions/download-artifact@v1
68+
uses: actions/download-artifact@v4.1.7
6969
with:
7070
name: luac.cross_51_float_win
7171
path: ./

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
with:
105105
submodules: false
106106
- name: Download luac.cross
107-
uses: actions/download-artifact@v1
107+
uses: actions/download-artifact@v4.1.7
108108
with:
109109
name: luac.cross_${{ matrix.lua_ver }}_${{ matrix.numbers }}
110110
path: ./
@@ -134,7 +134,7 @@ jobs:
134134
with:
135135
submodules: false
136136
- name: Download luac.cross
137-
uses: actions/download-artifact@v1
137+
uses: actions/download-artifact@v4.1.7
138138
with:
139139
name: luac.cross_${{ matrix.lua_ver }}_${{ matrix.numbers }}_win
140140
path: ./
@@ -167,7 +167,7 @@ jobs:
167167
with:
168168
submodules: false
169169
- name: Download luac.cross
170-
uses: actions/download-artifact@v1
170+
uses: actions/download-artifact@v4.1.7
171171
with:
172172
name: luac.cross_${{ matrix.lua_ver }}_${{ matrix.numbers }}
173173
path: ./
@@ -204,7 +204,7 @@ jobs:
204204
with:
205205
submodules: false
206206
- name: Download luac.cross
207-
uses: actions/download-artifact@v1
207+
uses: actions/download-artifact@v4.1.7
208208
with:
209209
name: luac.cross_${{ matrix.lua_ver }}_${{ matrix.numbers }}_win
210210
path: ./

0 commit comments

Comments
 (0)