From 575f30556d2f2a7fbc56878ad6987949c100be09 Mon Sep 17 00:00:00 2001 From: Elyan Date: Sun, 13 Oct 2024 18:45:21 +0200 Subject: [PATCH] Add patched version of actions/upload-artifact@v4 to work with Gitea --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index ccc01c0..f784d2c 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -43,7 +43,7 @@ jobs: - name: Upload central-execution-engine-spec.pdf if: steps.build_files.outcome == 'success' - uses: actions/upload-artifact@v4 + uses: christopherhx/gitea-upload-artifact@v4 with: name: central-execution-engine-spec-${{ env.SHORT_SHA }}.pdf path: ${{ gitea.workspace }}/build/central-execution-engine-spec.pdf