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
|
name: Build with Docker using devkitARM
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- name: Install tools
|
- name: Install tools
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
@ -44,7 +44,7 @@ jobs:
|
|||||||
cp GodMode9i.cia ~/artifacts
|
cp GodMode9i.cia ~/artifacts
|
||||||
cp GodMode9i.7z ~/artifacts
|
cp GodMode9i.7z ~/artifacts
|
||||||
- name: Publish build to GH Actions
|
- name: Publish build to GH Actions
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: ~/artifacts/*
|
path: ~/artifacts/*
|
||||||
name: build
|
name: build
|
||||||
@ -57,7 +57,7 @@ jobs:
|
|||||||
needs: build
|
needs: build
|
||||||
steps:
|
steps:
|
||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: build
|
name: build
|
||||||
path: build
|
path: build
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user