Skip to content

Commit

Permalink
[CI] Downgrade upload-artifact tp v3
Browse files Browse the repository at this point in the history
  • Loading branch information
kabeor committed Aug 8, 2024
1 parent c4555d1 commit dcc66b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
package-dir: bindings/python

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

Expand Down

0 comments on commit dcc66b6

Please sign in to comment.