Skip to content

Commit

Permalink
Update actions/upload-artifact requirement to 2.1.0 (#73)
Browse files Browse the repository at this point in the history
Updates the requirements on [actions/upload-artifact](https://github.com/actions/upload-artifact) to permit the latest version.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/commits/ebad382c0953e8c6b4039e8d30dfd19ee7b2a862)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 16, 2020
1 parent c847980 commit e490ad4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-lce-utils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
delocate-wheel -w wheelhouse $f
done
shell: bash
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@2.1.0
with:
name: ${{ runner.os }}-wheels
path: wheelhouse
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
done
ls -al wheelhouse/
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@2.1.0
with:
name: ${{ runner.os }}-wheels
path: wheelhouse
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
bazel-bin/larq_compute_engine/micro/tools/build_pip_pkg wheelhouse
shell: bash
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@2.1.0
with:
name: ${{ runner.os }}-wheels
path: wheelhouse

0 comments on commit e490ad4

Please sign in to comment.