Skip to content

Commit

Permalink
tgcrypto: Update upload-artifact
Browse files Browse the repository at this point in the history
Signed-off-by: wulan17 <[email protected]>
  • Loading branch information
wulan17 committed Oct 8, 2024
1 parent 42f9ed4 commit 859d8a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
CIBW_BUILD_VERBOSITY: 1

- name: Store wheels
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl

Expand All @@ -45,6 +45,6 @@ jobs:
run: python setup.py sdist

- name: Store source distribution
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: ./dist/*.tar.gz

0 comments on commit 859d8a9

Please sign in to comment.