CI: use upload-artifact@v3 for GHES compatibility
All checks were successful
Build / Build (push) Successful in 29s

GitHub Enterprise Server does not support artifact v4+ yet.

Made-with: Cursor
This commit is contained in:
Niklas Friesen
2026-03-30 20:15:19 +02:00
parent 3aceffc1eb
commit 42f7fe1aaf

View File

@@ -32,8 +32,9 @@ jobs:
DEVKITPRO: /opt/devkitpro
run: make -j$(nproc)
# v3: GHES does not support upload-artifact v4+ (artifact v2 backend)
- name: Upload .nro artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: swr-ini-tool
path: swr-ini-tool.nro