diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5b334c3f..b4bf04b9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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