mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 00:01:34 +11:00
Update actions/upload-artifact action to v4
This commit is contained in:
parent
2c4455ab6d
commit
04d1b9ebe0
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
|||
- name: Build and test all crates
|
||||
run: just ci
|
||||
- name: Upload build artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: example-games
|
||||
path: ~/target/*.gba
|
||||
|
|
Loading…
Reference in a new issue