mirror of
https://github.com/getpelican/pelican.git
synced 2026-06-05 03:16:57 +02:00
Upgrade upload-artifact GitHub Action to v5
This commit is contained in:
parent
2e9a6647a5
commit
86f1f7225d
2 changed files with 2 additions and 2 deletions
2
.github/workflows/github_pages.yml
vendored
2
.github/workflows/github_pages.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue