Skip to content

Commit

Permalink
artifact downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
kindly committed Oct 19, 2024
1 parent 32524ee commit d1ca6f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
args: --release --universal2 --out dist
- name: Upload wheels
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: wheels
path: dist
Expand All @@ -58,7 +58,7 @@ jobs:
target: ${{ matrix.target }}
args: --release --out dist
- name: Upload wheels
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: wheels
path: dist
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
if: "startsWith(github.ref, 'refs/tags/')"
needs: [macos, linux, windows]
steps:
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v3
with:
name: wheels
- uses: actions/setup-python@v2
Expand Down

0 comments on commit d1ca6f5

Please sign in to comment.