Skip to content

Commit

Permalink
fix: downgrade upload-artifact to v3 due to v4 naming bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wst24365888 committed Jul 27, 2024
1 parent d5969e3 commit 89a2ba6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ jobs:
- name: Check metadata
run: pipx run twine check dist/*

- uses: actions/upload-artifact@v4
# https://github.com/actions/upload-artifact/issues/478
- uses: actions/upload-artifact@v3
with:
path: dist/*.tar.gz

Expand Down Expand Up @@ -109,7 +110,8 @@ jobs:
CIBW_BUILD_VERBOSITY_MACOS: 3
CIBW_PRERELEASE_PYTHONS: True

- uses: actions/upload-artifact@v4
# https://github.com/actions/upload-artifact/issues/478
- uses: actions/upload-artifact@v3
with:
path: wheelhouse/*.whl

Expand Down

0 comments on commit 89a2ba6

Please sign in to comment.