Skip to content

Commit

Permalink
Fix upload artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Dec 19, 2023
1 parent 91bb9e3 commit 86a4a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
CIBW_ARCHS: "${{ matrix.cibw_archs }}"
CIBW_TEST_SKIP: "*_arm64 *_universal2:arm64"

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: wheels-${{ matrix.artifact_name }}
path: ./wheelhouse/*.whl
Expand Down

0 comments on commit 86a4a67

Please sign in to comment.