Skip to content

Commit 05311c4

Browse files
committed
workflows: bump artifact actions
No breaking changes. Signed-off-by: Benjamin Gilbert <[email protected]>
1 parent 4c2ca83 commit 05311c4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/python.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -143,14 +143,14 @@ jobs:
143143
run: python examples/deepzoom/deepzoom_tile.py --viewer -o tiled tests/fixtures/small.svs
144144
- name: Archive sdist
145145
if: matrix.sdist
146-
uses: actions/upload-artifact@v4
146+
uses: actions/upload-artifact@v5
147147
with:
148148
name: ${{ needs.pre-commit.outputs.dist-base }}-source
149149
path: artifacts/src
150150
compression-level: 0
151151
- name: Archive wheel
152152
if: env.archive_wheel
153-
uses: actions/upload-artifact@v4
153+
uses: actions/upload-artifact@v5
154154
with:
155155
name: ${{ needs.pre-commit.outputs.dist-base }}-${{ env.OS_ARCH_TAG }}-${{ matrix.python-version }}
156156
path: artifacts/whl
@@ -222,7 +222,7 @@ jobs:
222222
run: python examples/deepzoom/deepzoom_tile.py --viewer -o tiled tests/fixtures/small.svs
223223
- name: Archive wheel
224224
if: env.archive_wheel
225-
uses: actions/upload-artifact@v4
225+
uses: actions/upload-artifact@v5
226226
with:
227227
name: ${{ needs.pre-commit.outputs.dist-base }}-windows-x64-${{ matrix.python-version }}
228228
path: artifacts/whl
@@ -267,7 +267,7 @@ jobs:
267267
- name: Build
268268
run: sphinx-build -d doctrees doc artifact/${{ needs.pre-commit.outputs.docs-base }}
269269
- name: Archive
270-
uses: actions/upload-artifact@v4
270+
uses: actions/upload-artifact@v5
271271
with:
272272
name: ${{ needs.pre-commit.outputs.docs-base }}
273273
path: artifact
@@ -286,7 +286,7 @@ jobs:
286286
id-token: write
287287
steps:
288288
- name: Download artifacts
289-
uses: actions/download-artifact@v5
289+
uses: actions/download-artifact@v6
290290
with:
291291
pattern: "${{ needs.pre-commit.outputs.dist-base }}-*"
292292
merge-multiple: true

0 commit comments

Comments
 (0)