fix: use forgejo artifact forks
This commit is contained in:
parent
5ac031b661
commit
13867a93f2
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ jobs:
|
|||
> ${{ env.ARTIFACTS_PATH }}/resume-${{ matrix.profile }}.json
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: forgejo/upload-artifact@v4 # temporary fork until actions/upload-artifact supports GHES
|
||||
with:
|
||||
name: json-resumes
|
||||
path: ${{ env.ARTIFACTS_PATH }}/
|
||||
|
@ -42,7 +42,7 @@ jobs:
|
|||
steps:
|
||||
|
||||
- name: Download artifacts
|
||||
uses: actions/download-artifact@v3
|
||||
uses: forgejo/download-artifact@v4 # temporary fork until actions/download-artifact supports GHES
|
||||
with:
|
||||
name: json-resumes
|
||||
path: ${{ env.RELEASE_PATH }}/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue