Skip to content

Commit 2c7a36a

Browse files
dependabot[bot]olivhoenen
authored andcommitted
Bump actions/download-artifact from 4 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 69e7523 commit 2c7a36a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ jobs:
397397
name: testpypi
398398
url: https://test.pypi.org/p/imas-core
399399
steps:
400-
- uses: actions/download-artifact@v4
400+
- uses: actions/download-artifact@v8
401401
with:
402402
pattern: cibw-wheels-*
403403
merge-multiple: true # avoid artifact subdirs below wheelhouse
@@ -424,7 +424,7 @@ jobs:
424424
name: pypi
425425
url: https://pypi.org/p/imas-core
426426
steps:
427-
- uses: actions/download-artifact@v4
427+
- uses: actions/download-artifact@v8
428428
with:
429429
pattern: cibw-wheels-*
430430
merge-multiple: true # avoid artifact subdirs below wheelhouse

0 commit comments

Comments
 (0)