Skip to content

Commit c12a85e

Browse files
dependabot[bot]Kijewski
authored andcommitted
Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 195c913 commit c12a85e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/wheels.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
CIBW_PLATFORM: linux
161161
CIBW_TEST_COMMAND: python {project}/scripts/run-tests.py
162162

163-
- uses: actions/upload-artifact@v4
163+
- uses: actions/upload-artifact@v5
164164
with:
165165
name: ${{ matrix.only }}
166166
path: ./wheelhouse
@@ -205,7 +205,7 @@ jobs:
205205
CIBW_PLATFORM: linux
206206
CIBW_TEST_COMMAND: python {project}/scripts/run-tests.py
207207

208-
- uses: actions/upload-artifact@v4
208+
- uses: actions/upload-artifact@v5
209209
with:
210210
name: ${{ matrix.only }}
211211
path: ./wheelhouse
@@ -250,7 +250,7 @@ jobs:
250250
CIBW_PLATFORM: macos
251251
CIBW_TEST_COMMAND: python {project}/scripts/run-tests.py
252252

253-
- uses: actions/upload-artifact@v4
253+
- uses: actions/upload-artifact@v5
254254
with:
255255
name: ${{ matrix.only }}
256256
path: ./wheelhouse
@@ -295,7 +295,7 @@ jobs:
295295
CIBW_PLATFORM: windows
296296
CIBW_TEST_COMMAND: python {project}/scripts/run-tests.py
297297

298-
- uses: actions/upload-artifact@v4
298+
- uses: actions/upload-artifact@v5
299299
with:
300300
name: ${{ matrix.only }}
301301
path: ./wheelhouse
@@ -319,7 +319,7 @@ jobs:
319319
find -type d -delete
320320
shell: bash
321321
working-directory: ./wheelhouse
322-
- uses: actions/upload-artifact@v4
322+
- uses: actions/upload-artifact@v5
323323
with:
324324
name: wheelhouse
325325
path: ./wheelhouse

0 commit comments

Comments
 (0)