Skip to content

Commit

Permalink
fix: downgrade upload-artifact from v4 to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
nodtem66 committed Apr 24, 2024
1 parent f1d5ee4 commit 2f31705
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Check metadata
run: twine check dist/*

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
path: dist/*.tar.gz

Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
shell: bash

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

Expand All @@ -82,7 +82,7 @@ jobs:
steps:
- uses: actions/setup-python@v4

- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v3
with:
name: artifact
path: dist
Expand Down

0 comments on commit 2f31705

Please sign in to comment.