From 9ca630c4217216b199da0af38f46d5da76d71411 Mon Sep 17 00:00:00 2001 From: Leonid Pershin Date: Sat, 18 Oct 2025 06:25:46 +0300 Subject: [PATCH] fix --- .gitea/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index ff9ef4c..92d32de 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -70,7 +70,7 @@ jobs: - name: Upload compressed test results (attempt 1) id: upload1 if: always() - uses: actions/upload-artifact@v4 + uses: christopherhx/gitea-upload-artifact@v4 continue-on-error: true with: name: test-results-compressed @@ -83,7 +83,7 @@ jobs: - name: Upload original test results (attempt 2) id: upload2 if: always() && failure() - uses: actions/upload-artifact@v4 + uses: christopherhx/gitea-upload-artifact@v4 continue-on-error: true with: name: test-results-original @@ -94,7 +94,7 @@ jobs: - name: Upload summary only (attempt 3) id: upload3 if: always() && failure() - uses: actions/upload-artifact@v4 + uses: christopherhx/gitea-upload-artifact@v4 continue-on-error: true with: name: test-results-summary