mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-08-08 00:59:03 +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
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Fix apt sources
|
||||
run: |
|
||||
|
@ -38,7 +38,7 @@ jobs:
|
|||
make -C tests/SimplerTri
|
||||
|
||||
- name: Upload binaries
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Source & Binaries
|
||||
path: tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue