Skip to content

Commit daaa751

Browse files
Update GitHub Artifact Actions
1 parent 0769554 commit daaa751

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
{delocate_archs} -w {dest_dir} {wheel};
144144
bash $PROJ_DIR/ci-utils/after-build.sh
145145
CIBW_BUILD_VERBOSITY: 1
146-
- uses: actions/upload-artifact@v4
146+
- uses: actions/upload-artifact@v5
147147
with:
148148
name: artifact-${{ runner.os }}-${{ runner.arch }}-${{ matrix.cibw-build-kind }}
149149
path: ./wheelhouse/*.whl
@@ -159,7 +159,7 @@ jobs:
159159
run: pip install 'postprocess-sdist-make-rust-ext-opt>=0.2,<0.3'
160160
- name: Post-process sdist to make extension optional
161161
run: postprocess-sdist-make-rust-ext-opt -fO dist dist/*.tar.gz
162-
- uses: actions/upload-artifact@v4
162+
- uses: actions/upload-artifact@v5
163163
with:
164164
name: artifact-source
165165
path: dist/*.tar.gz
@@ -171,7 +171,7 @@ jobs:
171171
id-token: write # needed for trusted publishing
172172
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
173173
steps:
174-
- uses: actions/download-artifact@v4
174+
- uses: actions/download-artifact@v6
175175
with:
176176
pattern: artifact-*
177177
merge-multiple: true

0 commit comments

Comments
 (0)