Skip to content

Commit

Permalink
update upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
eeliu committed Oct 29, 2024
1 parent 0485460 commit 1c57c7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
CIBW_ARCHS_MACOS: auto x86_64 arm64
CIBW_SKIP: cp37-* cp38-* cp36-* pp*

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: pypi_test
path: ./wheelhouse/*
Expand All @@ -64,7 +64,7 @@ jobs:
needs: build_wheels_pypitest
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v4.1.7
- uses: actions/download-artifact@v4
with:
name: pypi_test
path: ./wheelhouse/
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
CIBW_ARCHS_WINDOWS: ARM64 AMD64 x86
CIBW_ARCHS_MACOS: auto x86_64 arm64

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: pypi
path: ./wheelhouse/*
Expand Down

0 comments on commit 1c57c7a

Please sign in to comment.