build: change version of upload-artifact
This commit is contained in:
@@ -9,7 +9,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
branch-type: ${{ steps.branch-info.outputs.branch-type }}
|
branch-type: ${{ steps.branch-info.outputs.branch-type }}
|
||||||
|
|
||||||
@@ -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/
|
||||||
@@ -69,7 +69,7 @@ jobs:
|
|||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download build artifact
|
- name: Download build artifact
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user