mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
workflow: update actions
This commit is contained in:
parent
ae6f2fdeb3
commit
4e55323798
6
.github/workflows/building.yml
vendored
6
.github/workflows/building.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
name: Build with Docker using devkitARM
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
- name: Install tools
|
||||
run: |
|
||||
sudo apt-get update
|
||||
@ -44,7 +44,7 @@ jobs:
|
||||
cp GodMode9i.cia ~/artifacts
|
||||
cp GodMode9i.7z ~/artifacts
|
||||
- name: Publish build to GH Actions
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
path: ~/artifacts/*
|
||||
name: build
|
||||
@ -57,7 +57,7 @@ jobs:
|
||||
needs: build
|
||||
steps:
|
||||
- name: Download artifacts
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: build
|
||||
path: build
|
||||
|
||||
Loading…
Reference in New Issue
Block a user