Skip to content

Commit

Permalink
Merge pull request #28 from tlambert03/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/upload-artifact-4

ci(dependabot): bump actions/upload-artifact from 3 to 4
  • Loading branch information
tlambert03 committed Feb 22, 2024
2 parents aadff59 + 4f911ca commit dfe2b6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Build wheels
uses: pypa/cibuildwheel@v2.16.5

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl

Expand All @@ -69,7 +69,7 @@ jobs:
python -m pip install build
python -m build --sdist
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: matrix.os == 'ubuntu-20.04'
with:
path: dist/*.tar.gz
Expand Down

0 comments on commit dfe2b6f

Please sign in to comment.