mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-08-08 09:08:43 +00:00
Update workflows
This commit is contained in:
parent
d2e8de0d37
commit
acb45dfad0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/Test_Build.yml
vendored
4
.github/workflows/Test_Build.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
||||||
container: devkitpro/devkitarm
|
container: devkitpro/devkitarm
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Fix apt sources
|
- name: Fix apt sources
|
||||||
run: |
|
run: |
|
||||||
|
@ -38,7 +38,7 @@ jobs:
|
||||||
make -C tests/SimplerTri
|
make -C tests/SimplerTri
|
||||||
|
|
||||||
- name: Upload binaries
|
- name: Upload binaries
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Source & Binaries
|
name: Source & Binaries
|
||||||
path: tests
|
path: tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue