CHANGE to temporary artifact action version for supporting ghes
This commit is contained in:
parent
69a47a097e
commit
9c4c2b49d5
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ jobs:
|
||||||
./themes/vitrine/assets/build/images.sh
|
./themes/vitrine/assets/build/images.sh
|
||||||
- name: Zip output
|
- name: Zip output
|
||||||
run: apt update && apt install zip -y && zip -r public.zip public/
|
run: apt update && apt install zip -y && zip -r public.zip public/
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: https://code.forgejo.org/forgejo/upload-artifact@v4 # actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: hugo-output
|
name: hugo-output
|
||||||
path: ./public.zip
|
path: ./public.zip
|
||||||
|
@ -42,7 +42,7 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: node:latest
|
image: node:latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: https://code.forgejo.org/forgejo/download-artifact@v4 # actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: public
|
ref: public
|
||||||
- name: Clean current files in directory
|
- name: Clean current files in directory
|
||||||
|
|
Loading…
Reference in a new issue