Skip to content

Commit cd42875

Browse files
Bump actions/upload-artifact from 5 to 6 (#838)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fa843b5 commit cd42875

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: |
5252
bazelisk build //larq_compute_engine/tflite/benchmark:lce_benchmark_model --config=android_arm64 -c opt --copt=-O3
5353
cp bazel-bin/larq_compute_engine/tflite/benchmark/lce_benchmark_model benchmark-binaries/lce_benchmark_model_android_arm64
54-
- uses: actions/upload-artifact@v5
54+
- uses: actions/upload-artifact@v6
5555
with:
5656
name: Benchmark-Binaries
5757
path: benchmark-binaries
@@ -112,7 +112,7 @@ jobs:
112112
shell: bash
113113
- name: Build LCE AAR
114114
run: BUILDER=bazelisk ./larq_compute_engine/tflite/java/build_lce_aar.sh
115-
- uses: actions/upload-artifact@v5
115+
- uses: actions/upload-artifact@v6
116116
with:
117117
name: Android-AAR
118118
path: lce-lite-*.aar
@@ -174,7 +174,7 @@ jobs:
174174
LCE_RELEASE_VERSION: ${{ github.event.inputs.version }}
175175
TF_PYTHON_VERSION: ${{ matrix.python-version }}
176176
shell: bash
177-
- uses: actions/upload-artifact@v5
177+
- uses: actions/upload-artifact@v6
178178
with:
179179
name: ${{ runner.os }}-wheels-${{ matrix.python-version }}
180180
path: wheelhouse
@@ -221,7 +221,7 @@ jobs:
221221
LCE_RELEASE_VERSION: ${{ github.event.inputs.version }}
222222
TF_PYTHON_VERSION: ${{ matrix.python-version }}
223223
shell: bash
224-
- uses: actions/upload-artifact@v5
224+
- uses: actions/upload-artifact@v6
225225
with:
226226
name: ${{ runner.os }}-arm-wheels-${{ matrix.python-version }}
227227
path: wheelhouse
@@ -271,7 +271,7 @@ jobs:
271271
done
272272
273273
ls -al wheelhouse/
274-
- uses: actions/upload-artifact@v5
274+
- uses: actions/upload-artifact@v6
275275
with:
276276
name: ${{ runner.os }}-wheels-${{ matrix.python-version }}
277277
path: wheelhouse
@@ -324,7 +324,7 @@ jobs:
324324
LCE_RELEASE_VERSION: ${{ github.event.inputs.version }}
325325
TF_PYTHON_VERSION: ${{ matrix.python-version }}
326326
shell: pwsh
327-
- uses: actions/upload-artifact@v5
327+
- uses: actions/upload-artifact@v6
328328
with:
329329
name: ${{ runner.os }}-wheels-${{ matrix.python-version }}
330330
path: wheelhouse

0 commit comments

Comments
 (0)