Skip to content

Commit

Permalink
Bump Action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
riedgar-ms committed May 9, 2024
1 parent 70b6970 commit 6c07665
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pypi_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
outputs:
include: ${{ steps.set-matrix.outputs.include }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install cibuildwheel
# Nb. keep cibuildwheel version pin consistent with job below
run: pipx install cibuildwheel==2.17.0
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
with:
only: ${{ matrix.only }}

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl
name: bdist_files
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
python -m build --sdist
- name: Upload sdist
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: sdist_files
path: dist/*.tar.gz
Expand Down

0 comments on commit 6c07665

Please sign in to comment.