Skip to content

Commit

Permalink
Merge pull request #24 from aaghamohammadi/aaghamohammadi-patch-2
Browse files Browse the repository at this point in the history
Fix Github Action artifacts version
  • Loading branch information
aaghamohammadi authored Sep 24, 2024
2 parents 0160b2d + aa465bf commit a2cc60b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Run build
run: python -m build --sdist

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

Expand All @@ -48,7 +48,7 @@ jobs:
- name: Build wheels
run: python -m build --wheel

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

Expand All @@ -62,7 +62,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/download-artifact@v4.1.7
- uses: actions/download-artifact@v4
with:
name: artifact
path: ./dist
Expand Down

0 comments on commit a2cc60b

Please sign in to comment.