ci: pin upload-artifact to v3 for Gitea compatibility
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user