Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: cargo build --workspace --verbose
- name: Run tests
run: cargo test --workspace --verbose
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v6
with:
# TODO: These binaries are debug builds
name: binaries-${{runner.os}}
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
run: |
export ANDROID_NDK_HOME= # needed because GitHub Actions sets it by default...
make android
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v6
with:
# TODO: These binaries are debug builds
name: binaries-android
Expand Down
Loading