ci: pin upload-artifact to v3 for Gitea compatibility
CI / Lint · Typecheck · Test · Build (push) Failing after 41s
CI / Playwright (smoke) (push) Has been skipped
CI / Build & push images (push) Has been skipped

Gitea Actions rejects @actions/artifact v2.0+ (upload-artifact@v4,
download-artifact@v4) with a GHESNotSupportedError. v3 is the highest
supported on current Gitea releases.
This commit is contained in:
2026-04-16 21:13:29 -04:00
parent d8d734d3f3
commit 68ba048462
+1 -1
View File
@@ -84,7 +84,7 @@ jobs:
TEST_USERNAME: ${{ secrets.E2E_USERNAME }} TEST_USERNAME: ${{ secrets.E2E_USERNAME }}
TEST_PASSWORD: ${{ secrets.E2E_PASSWORD }} TEST_PASSWORD: ${{ secrets.E2E_PASSWORD }}
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v3
if: always() if: always()
with: with:
name: playwright-report name: playwright-report