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

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:
Michal
2026-03-08 23:46:45 +00:00
parent 35cfac3f5a
commit c163e385cf

View File

@@ -129,7 +129,7 @@ jobs:
run: nfpm pkg --packager rpm --target dist/
- name: Upload RPM artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: rpm-package
path: dist/mcpctl-*.rpm
@@ -201,7 +201,7 @@ jobs:
- uses: actions/checkout@v4
- name: Download RPM artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: rpm-package
path: dist/