Skip to content

Commit

Permalink
Merge pull request #19 from paulsengroup/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
robomics authored Dec 16, 2023
2 parents 106e26d + 880b9ba commit dc6ed9e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Check metadata
run: pipx run twine check dist/*

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: sdist
path: dist/*.tar.gz
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
run: git diff --exit-code

- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels-linux
path: wheelhouse/*.whl
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
pytest test -v
- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels-macos-py${{ matrix.python-version }}
path: ./*.whl
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
pytest test -v
- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels-windows-py${{ matrix.python-version }}
path: wheelhouse/*.whl
Expand Down Expand Up @@ -249,7 +249,7 @@ jobs:
tar -cf dist.tar dist/
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
path: dist.tar

0 comments on commit dc6ed9e

Please sign in to comment.