Upgrade upload-artifact GitHub Action to v5

This commit is contained in:
Justin Mayer 2025-11-01 10:37:20 +01:00
commit 86f1f7225d
2 changed files with 2 additions and 2 deletions

View file

@ -109,7 +109,7 @@ jobs:
env:
OUTPUT_PATH: ${{ inputs.output-path }}
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: github-pages
path: ${{ runner.temp }}/artifact.tar

View file

@ -95,7 +95,7 @@ jobs:
- name: Check
run: tox -e docs
- name: cache the docs for inspection
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: docs
path: docs/_build/html/