Skip to content

Commit 72e979a

Browse files
Bump actions/upload-artifact from 4 to 5 (#30)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 18a9ccc commit 72e979a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd-wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
working-directory: wheelhouse
193193

194194
- id: upload
195-
uses: actions/upload-artifact@v4
195+
uses: actions/upload-artifact@v5
196196
with:
197197
name: "wheel-\
198198
${{ steps.bootstrap.outputs.mpiname }}-\

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
sha256sum -b *.whl >> "$GITHUB_STEP_SUMMARY"
127127
echo '```' >> "$GITHUB_STEP_SUMMARY"
128128
working-directory: wheelhouse
129-
- uses: actions/upload-artifact@v4
129+
- uses: actions/upload-artifact@v5
130130
with:
131131
name: wheelhouse
132132
path: wheelhouse/*.whl

0 commit comments

Comments
 (0)