Skip to content

Commit 76c4bd4

Browse files
committed
Update GitHub Actions to use latest artifact upload and download versions
1 parent 2b79332 commit 76c4bd4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
env:
2727
CIBW_BEFORE_BUILD: pip install babel && pybabel compile -d plotpy/locale -D plotpy
2828

29-
- uses: actions/upload-artifact@v4
29+
- uses: actions/upload-artifact@v6
3030
with:
3131
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
3232
path: ./wheelhouse/*.whl
@@ -48,7 +48,7 @@ jobs:
4848
- name: Build sdist
4949
run: pipx run build --sdist
5050

51-
- uses: actions/upload-artifact@v4
51+
- uses: actions/upload-artifact@v6
5252
with:
5353
name: cibw-sdist
5454
path: dist/*.tar.gz
@@ -61,7 +61,7 @@ jobs:
6161
id-token: write
6262
if: github.event_name == 'release' && github.event.action == 'published'
6363
steps:
64-
- uses: actions/download-artifact@v4
64+
- uses: actions/download-artifact@v7
6565
with:
6666
# unpacks all CIBW artifacts into dist/
6767
pattern: cibw-*

0 commit comments

Comments
 (0)