ci: downgrade upload-artifact to v3 for Gitea compatibility
actions/upload-artifact@v4 uses GitHub-specific APIs that Gitea Actions doesn't implement. v3 works reliably across both platforms. The report itself is unchanged — only the upload mechanism is.
This commit is contained in:
@@ -35,7 +35,7 @@ jobs:
|
||||
run: cat parity-report.md >> "$GITHUB_STEP_SUMMARY"
|
||||
|
||||
- name: Upload parity report artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: translation-parity-report
|
||||
path: parity-report.md
|
||||
|
||||
Reference in New Issue
Block a user