chore: update gitea artifact actions to use christopherHX repository forks
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user