Skip to content

Commit 97b5fa5

Browse files
committed
Update pypi.yml
1 parent f58b7c7 commit 97b5fa5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/pypi.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
CIBW_BEFORE_BUILD_LINUX: >
3636
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain=nightly --profile=minimal -y &&
3737
rustup show
38-
- uses: actions/upload-artifact@v4
38+
- uses: actions/upload-artifact@v5
3939
with:
4040
name: cibw-wheels-${{ matrix.linux_tag }}-${{ matrix.python-version }}-${{ strategy.job-index }}
4141
path: ./wheelhouse/*.whl
@@ -65,7 +65,7 @@ jobs:
6565
rustup default nightly &&
6666
rustup show
6767
MACOSX_DEPLOYMENT_TARGET: 10.13
68-
- uses: actions/upload-artifact@v4
68+
- uses: actions/upload-artifact@v5
6969
with:
7070
name: cibw-wheels-${{ matrix.os }}-${{ matrix.python-version }}-${{ strategy.job-index }}
7171
path: ./wheelhouse/*.whl
@@ -96,7 +96,7 @@ jobs:
9696
CIBW_BEFORE_BUILD: >
9797
rustup default nightly &&
9898
rustup show
99-
- uses: actions/upload-artifact@v4
99+
- uses: actions/upload-artifact@v5
100100
with:
101101
name: cibw-wheels-${{ matrix.os }}-${{ matrix.python-version }}-${{ strategy.job-index }}
102102
path: ./wheelhouse/*.whl
@@ -105,7 +105,7 @@ jobs:
105105
name: Build source distribution
106106
runs-on: ubuntu-latest
107107
steps:
108-
- uses: actions/checkout@v4
108+
- uses: actions/checkout@v5
109109

110110
- name: Build River
111111
uses: ./.github/actions/install-env
@@ -115,7 +115,7 @@ jobs:
115115
- name: Build dist
116116
run: poetry build
117117

118-
- uses: actions/upload-artifact@v4
118+
- uses: actions/upload-artifact@v5
119119
with:
120120
name: cibw-sdist
121121
path: dist/*.tar.gz
@@ -127,7 +127,7 @@ jobs:
127127
permissions:
128128
id-token: write
129129
steps:
130-
- uses: actions/download-artifact@v4
130+
- uses: actions/download-artifact@v5
131131
with:
132132
pattern: cibw-*
133133
path: dist

0 commit comments

Comments
 (0)