File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 93
93
subject-path : ${{ env.WORKING_DIR }}/${{ env.ARTIFACTS_PATH }}
94
94
95
95
- name : Upload built application artifact ⬆️🐧🍎🪟
96
- uses : actions/upload-artifact@v4.4.3
96
+ uses : actions/upload-artifact@v4.5.0
97
97
with :
98
98
compression-level : 0
99
99
name : jellyfin-vue_${{ runner.os }}
@@ -204,7 +204,7 @@ jobs:
204
204
${{ needs.docker_inputs.outputs.tags }}
205
205
206
206
- name : Upload Docker image as artifact ⬆️📦
207
- uses : actions/upload-artifact@v4.4.3
207
+ uses : actions/upload-artifact@v4.5.0
208
208
with :
209
209
compression-level : 0
210
210
name : docker_image-linux_${{ matrix.platform }}
@@ -217,7 +217,7 @@ jobs:
217
217
subject-path : docker_image.tar
218
218
219
219
- name : Upload cache artifact ⬆️⚙️
220
- uses : actions/upload-artifact@v4.4.3
220
+ uses : actions/upload-artifact@v4.5.0
221
221
if : ${{ inputs.push }}
222
222
with :
223
223
compression-level : 0
@@ -250,7 +250,7 @@ jobs:
250
250
subject-path : dist
251
251
252
252
- name : Upload client artifact ⬆️💻
253
- uses : actions/upload-artifact@v4.4.3
253
+ uses : actions/upload-artifact@v4.5.0
254
254
with :
255
255
compression-level : 0
256
256
name : frontend
You can’t perform that action at this time.
0 commit comments