Skip to content

Commit

Permalink
build: update download-artifact so gh won't complain
Browse files Browse the repository at this point in the history
  • Loading branch information
hrz6976 authored Dec 12, 2024
1 parent d520c5e commit 3c0e24f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
yum install -y bzip2-devel
- name: Upload wheels
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: wheels
path: wheelhouse/*.whl
Expand All @@ -58,7 +58,7 @@ jobs:
run: pipx run build --sdist

- name: Upload source distribution
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: sdist
path: dist/*.tar.gz
Expand All @@ -78,7 +78,7 @@ jobs:
fetch-depth: 1

- name: Download wheels
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
path: dist

Expand All @@ -103,7 +103,7 @@ jobs:
uses: actions/checkout@v3

- name: Download wheels
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
path: dist

Expand Down

0 comments on commit 3c0e24f

Please sign in to comment.