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
|
||||
- name: Zip output
|
||||
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:
|
||||
name: hugo-output
|
||||
path: ./public.zip
|
||||
|
@ -42,7 +42,7 @@ jobs:
|
|||
container:
|
||||
image: node:latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: https://code.forgejo.org/forgejo/download-artifact@v4 # actions/checkout@v4
|
||||
with:
|
||||
ref: public
|
||||
- name: Clean current files in directory
|
||||
|
|
Loading…
Reference in a new issue