Skip to content

Commit

Permalink
Bumped actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
trag1c committed May 1, 2024
1 parent 6a5bb72 commit 81ffc55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
env:
CIBW_BUILD: "cp${{ matrix.python-version}}-*"

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: dist
path: ./wheelhouse/*.whl
Expand All @@ -50,7 +50,7 @@ jobs:
run: |
pip install build
python -m build --sdist
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: dist
path: |
Expand Down

0 comments on commit 81ffc55

Please sign in to comment.