fix(ci): downgrade artifact actions v4 -> v3 for Gitea compat

Gitea act_runner reports as GHES; @actions/artifact v2 (upload/
download-artifact@v4) uses the Twirp API Gitea does not implement,
failing with GHESNotSupportedError. v3 uses the artifact protocol
Gitea supports.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Simone
2026-05-17 11:56:40 +02:00
parent af25358b5b
commit 5371ffe48a
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -47,13 +47,13 @@ jobs:
steps:
- name: Download Windows artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: nsis-plugin-nsinnounp-windows-${{ github.ref_name }}
path: artifacts/windows
- name: Download Linux artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: nsis-plugin-nsinnounp-linux-${{ github.ref_name }}
path: artifacts/linux