fix: use forgejo artifact forks
All checks were successful
Release / build (eng) (push) Successful in 13s
Release / build (swe) (push) Successful in 9s
Release / publish (push) Successful in 11s

This commit is contained in:
Radu C. Martin 2025-04-02 16:12:18 +02:00
parent 5ac031b661
commit 13867a93f2

View file

@ -29,7 +29,7 @@ jobs:
> ${{ env.ARTIFACTS_PATH }}/resume-${{ matrix.profile }}.json > ${{ env.ARTIFACTS_PATH }}/resume-${{ matrix.profile }}.json
- name: Upload artifacts - name: Upload artifacts
uses: actions/upload-artifact@v3 uses: forgejo/upload-artifact@v4 # temporary fork until actions/upload-artifact supports GHES
with: with:
name: json-resumes name: json-resumes
path: ${{ env.ARTIFACTS_PATH }}/ path: ${{ env.ARTIFACTS_PATH }}/
@ -42,7 +42,7 @@ jobs:
steps: steps:
- name: Download artifacts - name: Download artifacts
uses: actions/download-artifact@v3 uses: forgejo/download-artifact@v4 # temporary fork until actions/download-artifact supports GHES
with: with:
name: json-resumes name: json-resumes
path: ${{ env.RELEASE_PATH }}/ path: ${{ env.RELEASE_PATH }}/