From b883d776acd6d6f898ac8df3ee6ca964314dc811 Mon Sep 17 00:00:00 2001 From: ramvignesh-b Date: Tue, 5 May 2026 05:32:23 +0530 Subject: [PATCH] chore: update gitea artifact actions to use christopherHX repository forks --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a31a02..063f38c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: - name: Upload certificates (Gitea) if: env.IS_GITHUB != 'true' - uses: gitea/upload-artifact@v4 + uses: https://github.com/christopherHX/gitea-upload-artifact@v4 with: name: ssl-certs path: certs/ @@ -63,7 +63,7 @@ jobs: - name: Download certificates (Gitea) if: env.IS_GITHUB != 'true' - uses: gitea/download-artifact@v4 + uses: https://github.com/christopherHX/gitea-download-artifact@v4 with: name: ssl-certs path: certs/ @@ -116,7 +116,7 @@ jobs: - name: Download certificates (Gitea) if: env.IS_GITHUB != 'true' - uses: gitea/download-artifact@v4 + uses: https://github.com/christopherHX/gitea-download-artifact@v4 with: name: ssl-certs path: certs/ @@ -153,7 +153,7 @@ jobs: - name: Download Certificates (Gitea) if: env.IS_GITHUB != 'true' - uses: gitea/download-artifact@v4 + uses: https://github.com/christopherHX/gitea-download-artifact@v4 with: name: ssl-certs path: certs/ @@ -195,7 +195,7 @@ jobs: - name: Upload Playwright Report (Gitea) if: always() && env.IS_GITHUB != 'true' - uses: gitea/upload-artifact@v4 + uses: https://github.com/christopherHX/gitea-upload-artifact@v4 with: name: playwright-report path: frontend/playwright-report/