Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4 (#748)
Browse files Browse the repository at this point in the history
* Bump actions/upload-artifact from 3 to 4

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]>

* Create unique upload links for wheels

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Use a pattern instead of a name

* Use pattern with wheelhouse instead of name

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Wen Kokke <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Dec 22, 2023
1 parent 13f0fb6 commit 8b7c253
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-vehicle-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
MACOSX_DEPLOYMENT_TARGET: "10.10"

- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheelhouse
name: "wheelhouse-${{ matrix.os.plat }}-${{ matrix.os.arch }}"
path: ./vehicle-python/wheelhouse/*.whl
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
- name: Download wheelhouse
uses: actions/download-artifact@v4
with:
name: wheelhouse
path: wheelhouse
pattern: "wheelhouse-*-*"
path: "wheelhouse"

- name: Publish to GitHub Releases
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 8b7c253

Please sign in to comment.