Skip to content

Commit

Permalink
github workflow action v3 -> v4
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoleski committed Nov 29, 2024
1 parent 4d81e81 commit 107278c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
CIBW_BUILD: ${{ matrix.cibw_build }}
CIBW_SKIP: ${{ matrix.cibw_skip }}

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: wheelhouse
path: ./wheelhouse/*.whl
Expand All @@ -67,7 +67,7 @@ jobs:
- name: Build package
run: python setup.py sdist

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

0 comments on commit 107278c

Please sign in to comment.