Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jshinonome committed Jun 23, 2024
1 parent 17aacb9 commit 385297d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-python-linux-legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
# manylinux: "2_28"

- name: Upload wheel
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: dist/*.whl
Expand All @@ -95,13 +95,13 @@ jobs:

steps:
# - name: Download sdist
# uses: actions/download-artifact@v3
# uses: actions/download-artifact@v4
# with:
# name: sdist
# path: dist

- name: Download wheels
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: wheels
path: dist
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release-python-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
# python -c 'import kola'

# - name: Upload sdist
# uses: actions/upload-artifact@v3
# uses: actions/upload-artifact@v4
# with:
# name: sdist
# path: dist/*.tar.gz
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
# manylinux: "2_28"

- name: Upload wheel
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: dist/*.whl
Expand All @@ -136,13 +136,13 @@ jobs:

steps:
# - name: Download sdist
# uses: actions/download-artifact@v3
# uses: actions/download-artifact@v4
# with:
# name: sdist
# path: dist

- name: Download wheels
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: wheels
path: dist
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-python-other-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
# manylinux: "2_28"

- name: Upload wheel
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: dist/*.whl
Expand All @@ -100,13 +100,13 @@ jobs:

steps:
# - name: Download sdist
# uses: actions/download-artifact@v3
# uses: actions/download-artifact@v4
# with:
# name: sdist
# path: dist

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

0 comments on commit 385297d

Please sign in to comment.