Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Dec 15, 2023
1 parent 279cc7e commit 41a537a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: |
bazelisk build //larq_compute_engine/tflite/benchmark:lce_benchmark_model --config=android_arm64 -c opt --copt=-O3
cp bazel-bin/larq_compute_engine/tflite/benchmark/lce_benchmark_model benchmark-binaries/lce_benchmark_model_android_arm64
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Benchmark-Binaries
path: benchmark-binaries
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
shell: bash
- name: Build LCE AAR
run: BUILDER=bazelisk ./larq_compute_engine/tflite/java/build_lce_aar.sh
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Android-AAR
path: lce-lite-*.aar
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
env:
LCE_RELEASE_VERSION: ${{ github.event.inputs.version }}
shell: bash
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ${{ runner.os }}-wheels
path: wheelhouse
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
env:
LCE_RELEASE_VERSION: ${{ github.event.inputs.version }}
shell: bash
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ${{ runner.os }}-arm-wheels
path: wheelhouse
Expand Down Expand Up @@ -256,7 +256,7 @@ jobs:
done
ls -al wheelhouse/
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ${{ runner.os }}-wheels
path: wheelhouse
Expand Down Expand Up @@ -303,7 +303,7 @@ jobs:
env:
LCE_RELEASE_VERSION: ${{ github.event.inputs.version }}
shell: pwsh
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ${{ runner.os }}-wheels
path: wheelhouse
Expand Down

0 comments on commit 41a537a

Please sign in to comment.