update upload-artifact action to version 4
This commit is contained in:
parent
17569bdcd4
commit
dc3c8ae4ce
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ jobs:
|
||||||
run: hugo --minify
|
run: hugo --minify
|
||||||
|
|
||||||
- name: Upload Artifacts
|
- name: Upload Artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: hugo-site
|
name: hugo-site
|
||||||
path: public/
|
path: public/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue