ci: downgrade artifact actions to v3 for Gitea compatibility
Some checks failed
CI/CD / lint (push) Successful in 42s
CI/CD / typecheck (push) Failing after 48s
CI/CD / test (push) Successful in 54s
CI/CD / build (push) Has been skipped
CI/CD / docker (push) Has been skipped
CI/CD / publish-rpm (push) Has been skipped
CI/CD / deploy (push) Has been skipped
Some checks failed
CI/CD / lint (push) Successful in 42s
CI/CD / typecheck (push) Failing after 48s
CI/CD / test (push) Successful in 54s
CI/CD / build (push) Has been skipped
CI/CD / docker (push) Has been skipped
CI/CD / publish-rpm (push) Has been skipped
CI/CD / deploy (push) Has been skipped
upload-artifact@v4 and download-artifact@v4 require GitHub.com's artifact backend and are not supported on Gitea Actions (GHES). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -129,7 +129,7 @@ jobs:
|
|||||||
run: nfpm pkg --packager rpm --target dist/
|
run: nfpm pkg --packager rpm --target dist/
|
||||||
|
|
||||||
- name: Upload RPM artifact
|
- name: Upload RPM artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: rpm-package
|
name: rpm-package
|
||||||
path: dist/mcpctl-*.rpm
|
path: dist/mcpctl-*.rpm
|
||||||
@@ -201,7 +201,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Download RPM artifact
|
- name: Download RPM artifact
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: rpm-package
|
name: rpm-package
|
||||||
path: dist/
|
path: dist/
|
||||||
|
|||||||
Reference in New Issue
Block a user