@@ -133,15 +133,15 @@ jobs:
133
133
# Upload artifacts (only on tagged commit)
134
134
- name : Upload artifacts
135
135
if : startsWith(github.event.ref, 'refs/tags') && github.event_name != 'pull_request'
136
- uses : actions/upload-artifact@v4.5.0
136
+ uses : actions/upload-artifact@v4.6.1
137
137
with :
138
138
name : release-artifact-${{ matrix.linuxVersion }}-${{ matrix.dockerImage }}
139
139
path : deploy/Hyper*
140
140
141
141
# Upload artifacts from commit
142
142
- name : Upload artifacts from commit
143
143
if : (startsWith(github.event.ref, 'refs/tags') != true) && github.event_name != 'pull_request'
144
- uses : actions/upload-artifact@v4.5.0
144
+ uses : actions/upload-artifact@v4.6.1
145
145
with :
146
146
name : Linux-${{ matrix.linuxVersion }}-${{ matrix.dockerImage }}-installer
147
147
path : |
@@ -222,15 +222,15 @@ jobs:
222
222
# Upload artifacts (only on tagged commit)
223
223
- name : Upload artifacts
224
224
if : startsWith(github.event.ref, 'refs/tags') && github.event_name != 'pull_request'
225
- uses : actions/upload-artifact@v4.5.0
225
+ uses : actions/upload-artifact@v4.6.1
226
226
with :
227
227
name : release-artifact-${{ matrix.JOB_RUNNER }}
228
228
path : build/Hyper*.dmg
229
229
230
230
# Upload artifacts from commit
231
231
- name : Upload artifacts from commit
232
232
if : (startsWith(github.event.ref, 'refs/tags') != true) && github.event_name != 'pull_request'
233
- uses : actions/upload-artifact@v4.5.0
233
+ uses : actions/upload-artifact@v4.6.1
234
234
with :
235
235
name : Apple_macOS_${{ matrix.NICE_NAME }}_DMG_installer
236
236
path : build/Hyper*.dmg
@@ -321,15 +321,15 @@ jobs:
321
321
# Upload artifacts (only on tagged commit)
322
322
- name : Upload artifacts
323
323
if : startsWith(github.event.ref, 'refs/tags') && github.event_name != 'pull_request'
324
- uses : actions/upload-artifact@v4.5.0
324
+ uses : actions/upload-artifact@v4.6.1
325
325
with :
326
326
name : release-artifact-windows
327
327
path : build/Hyper*
328
328
329
329
# Upload artifacts from commit
330
330
- name : Upload artifacts from commit
331
331
if : (startsWith(github.event.ref, 'refs/tags') != true) && github.event_name != 'pull_request'
332
- uses : actions/upload-artifact@v4.5.0
332
+ uses : actions/upload-artifact@v4.6.1
333
333
with :
334
334
name : Windows_x64_setup
335
335
path : build/Hyper*.exe
0 commit comments