mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +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
|
- name: Build and test all crates
|
||||||
run: just ci
|
run: just ci
|
||||||
- name: Upload build artifacts
|
- name: Upload build artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: example-games
|
name: example-games
|
||||||
path: ~/target/*.gba
|
path: ~/target/*.gba
|
||||||
|
|
Loading…
Reference in a new issue