Skip to content

Commit

Permalink
upgrade ga upload-artifact@v4 download-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
eloyfelix committed Jan 15, 2025
1 parent e8c3200 commit cffed64
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
- name: Check metadata
run: pipx run twine check dist/*

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: artifact-sdist
path: dist/*.tar.gz

build_wheels:
Expand Down Expand Up @@ -130,8 +131,9 @@ jobs:
shell: bash

- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: artifact-${{ matrix.python }}-${{ matrix.platform_id }}
path: wheelhouse/*.whl

upload_all:
Expand All @@ -145,10 +147,11 @@ jobs:
with:
python-version: "3.x"

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: artifact
pattern: artifact-*
path: dist
merge-multiple: true

- uses: pypa/[email protected]
with:
Expand Down

0 comments on commit cffed64

Please sign in to comment.