Skip to content

Commit

Permalink
Merge pull request #131 from g4edge/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
gipert authored Jan 1, 2024
2 parents d3f71b8 + 990b108 commit 10c11e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Build SDist
run: pipx run build --sdist

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

Expand All @@ -44,7 +44,7 @@ jobs:
MAKEFLAGS: -j${{ steps.cpu-cores.outputs.count }}

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

Expand Down

0 comments on commit 10c11e0

Please sign in to comment.