Update actions/upload-artifact action to v7

This commit is contained in:
renovate[bot]
2026-02-27 04:57:43 +00:00
committed by GitHub
parent da53a09c3e
commit 12e3b43739
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
npm ci --no-audit
npm run build
- name: Upload artifact
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
with:
name: jellyfin-org__build
path: build
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
- name: Create pages artifact
run: tar --dereference --hard-dereference --directory build -cvf "$RUNNER_TEMP/artifact.tar" --exclude=.git --exclude=.github .
- name: Upload pages artifact
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
with:
name: github-pages
path: ${{ runner.temp }}/artifact.tar