chore: update gitea artifact actions to use christopherHX repository forks
CI / Generate Certificates (push) Successful in 35s
CI / Frontend CI (push) Successful in 1m18s
CI / Backend CI (push) Failing after 51s
CI / E2E Tests (push) Has been skipped

This commit is contained in:
ramvignesh-b
2026-05-05 05:32:23 +05:30
parent 71e3715745
commit b883d776ac
+5 -5
View File
@@ -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/