Skip to content

Commit

Permalink
update to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed Sep 24, 2024
1 parent 22d15cb commit 81b1b12
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
args: --release --out dist --sdist --find-interpreter
manylinux: auto
- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: dist
Expand All @@ -50,7 +50,7 @@ jobs:
target: ${{ matrix.target }}
args: --release --out dist --sdist --find-interpreter
- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: dist
Expand All @@ -72,7 +72,7 @@ jobs:
target: ${{ matrix.target }}
args: --release --out dist --sdist --find-interpreter
- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: dist
Expand All @@ -83,7 +83,7 @@ jobs:
if: "startsWith(github.ref, 'refs/tags/')"
needs: [linux, windows, macos]
steps:
- uses: actions/download-artifact@v4.1.7
- uses: actions/download-artifact@v4
with:
name: wheels
- name: Publish to PyPI
Expand Down

0 comments on commit 81b1b12

Please sign in to comment.