generated from mathias/template-go-web
fix(ci): pin upload-artifact to @v3 — v4 artifact protocol unsupported on Gitea
Gitea's act_runner does not implement the @actions/artifact v2.0.0+ backend, so upload-artifact@v4 fails the job with GHESNotSupportedError even when the loop succeeds. v3 is the newest tag the Gitea runner supports.
This commit is contained in:
@@ -63,7 +63,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload run artifacts
|
- name: Upload run artifacts
|
||||||
if: always()
|
if: always()
|
||||||
uses: https://gitea.com/actions/upload-artifact@v4
|
uses: https://gitea.com/actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: run-${{ steps.vars.outputs.rq_id }}-${{ github.run_number }}
|
name: run-${{ steps.vars.outputs.rq_id }}-${{ github.run_number }}
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
Reference in New Issue
Block a user