build: change version of upload-artifact
This commit is contained in:
@@ -60,7 +60,7 @@ jobs:
|
|||||||
pelican ./content/ -o ./output -s publishconf.py --relative-urls
|
pelican ./content/ -o ./output -s publishconf.py --relative-urls
|
||||||
|
|
||||||
- name: Upload build artifact
|
- name: Upload build artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: site-build
|
name: site-build
|
||||||
path: output/
|
path: output/
|
||||||
|
|||||||
Reference in New Issue
Block a user