Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent c726adb commit 723d2b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-twine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
python -m cibuildwheel --output-dir dist
env:
CIBW_BUILD: "cp38-* cp39-* cp310-* cp311-* cp312-*"
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: dist/*.whl

Expand All @@ -49,7 +49,7 @@ jobs:
run: |
python setup.py build
python setup.py sdist
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: dist/*

Expand Down

0 comments on commit 723d2b4

Please sign in to comment.