Skip to content

Commit

Permalink
Rolled back download/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
trag1c committed May 1, 2024
1 parent 81ffc55 commit 811478d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Expand Up @@ -32,7 +32,7 @@ jobs:
env:
CIBW_BUILD: "cp${{ matrix.python-version}}-*"

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
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@v4
- uses: actions/upload-artifact@v3
with:
name: dist
path: |
Expand All @@ -62,7 +62,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: dist
path: dist
Expand Down

0 comments on commit 811478d

Please sign in to comment.