CI: use upload-artifact@v3 for GHES compatibility
All checks were successful
Build / Build (push) Successful in 29s
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:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user