Skip to content

Commit 6b7c0b9

Browse files
build(deps): bump actions/upload-artifact from 3 to 4 (#456)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 27bca98 commit 6b7c0b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: cargo build --workspace --verbose
3636
- name: Run tests
3737
run: cargo test --workspace --verbose
38-
- uses: actions/upload-artifact@v3
38+
- uses: actions/upload-artifact@v4
3939
with:
4040
# TODO: These binaries are debug builds
4141
name: binaries-${{runner.os}}
@@ -65,7 +65,7 @@ jobs:
6565
run: |
6666
export ANDROID_NDK_HOME= # needed because GitHub Actions sets it by default...
6767
make android
68-
- uses: actions/upload-artifact@v3
68+
- uses: actions/upload-artifact@v4
6969
with:
7070
# TODO: These binaries are debug builds
7171
name: binaries-android

0 commit comments

Comments
 (0)