Merge pull request #1801 from jellyfin/renovate/actions-configure-pages-6.x

Update actions/configure-pages action to v6
This commit is contained in:
Niels van Velzen
2026-03-29 22:16:19 +02:00
committed by GitHub
+1 -1
View File
@@ -35,7 +35,7 @@ jobs:
RUN_ID: ${{ github.event.workflow_run.id }}
run: gh run download "$RUN_ID" -n jellyfin-org__build -D build
- name: Configure Pages
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
uses: actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # v6.0.0
- name: Create pages artifact
run: tar --dereference --hard-dereference --directory build -cvf "$RUNNER_TEMP/artifact.tar" --exclude=.git --exclude=.github .
- name: Upload pages artifact