Skip to content

Commit 4e079f1

Browse files
chore(deps): update actions/upload-artifact action to v4.5.0 (#2536)
1 parent 9a97138 commit 4e079f1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/__package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
subject-path: ${{ env.WORKING_DIR }}/${{ env.ARTIFACTS_PATH }}
9494

9595
- name: Upload built application artifact ⬆️🐧🍎🪟
96-
uses: actions/upload-artifact@v4.4.3
96+
uses: actions/upload-artifact@v4.5.0
9797
with:
9898
compression-level: 0
9999
name: jellyfin-vue_${{ runner.os }}
@@ -204,7 +204,7 @@ jobs:
204204
${{ needs.docker_inputs.outputs.tags }}
205205
206206
- name: Upload Docker image as artifact ⬆️📦
207-
uses: actions/upload-artifact@v4.4.3
207+
uses: actions/upload-artifact@v4.5.0
208208
with:
209209
compression-level: 0
210210
name: docker_image-linux_${{ matrix.platform }}
@@ -217,7 +217,7 @@ jobs:
217217
subject-path: docker_image.tar
218218

219219
- name: Upload cache artifact ⬆️⚙️
220-
uses: actions/upload-artifact@v4.4.3
220+
uses: actions/upload-artifact@v4.5.0
221221
if: ${{ inputs.push }}
222222
with:
223223
compression-level: 0
@@ -250,7 +250,7 @@ jobs:
250250
subject-path: dist
251251

252252
- name: Upload client artifact ⬆️💻
253-
uses: actions/upload-artifact@v4.4.3
253+
uses: actions/upload-artifact@v4.5.0
254254
with:
255255
compression-level: 0
256256
name: frontend

0 commit comments

Comments
 (0)