Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4.5.0 (#2536)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent 9a97138 commit 4e079f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/__package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
subject-path: ${{ env.WORKING_DIR }}/${{ env.ARTIFACTS_PATH }}

- name: Upload built application artifact ⬆️🐧🍎🪟
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
with:
compression-level: 0
name: jellyfin-vue_${{ runner.os }}
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
${{ needs.docker_inputs.outputs.tags }}
- name: Upload Docker image as artifact ⬆️📦
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
with:
compression-level: 0
name: docker_image-linux_${{ matrix.platform }}
Expand All @@ -217,7 +217,7 @@ jobs:
subject-path: docker_image.tar

- name: Upload cache artifact ⬆️⚙️
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
if: ${{ inputs.push }}
with:
compression-level: 0
Expand Down Expand Up @@ -250,7 +250,7 @@ jobs:
subject-path: dist

- name: Upload client artifact ⬆️💻
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
with:
compression-level: 0
name: frontend
Expand Down

0 comments on commit 4e079f1

Please sign in to comment.