Skip to content

Commit

Permalink
Merge pull request #10 from wanadev/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
flozz authored Dec 18, 2023
2 parents 63e6f9f + b1be892 commit 280fae7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
python setup.py sdist
- name: "Upload artifacts"
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: sdist
path: dist/
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
CIBW_SKIP: cp*-win32

- name: "Upload artifacts"
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: ./wheelhouse/*.whl
Expand Down

0 comments on commit 280fae7

Please sign in to comment.