Skip to content

Commit 9633d20

Browse files
Bump actions/upload-artifact from 4 to 5 (#1221)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jesper Friis <jesper-friis@users.noreply.github.com>
1 parent 666d36f commit 9633d20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
CIBW_MUSLLINUX_I686_IMAGE: ${{ env.CONTAINER_REGISTRY }}/sintef/dlite-python-musllinux${{ matrix.system_type[1] }}_i686:latest
177177

178178
- name: Store wheels for publishing
179-
uses: actions/upload-artifact@v4
179+
uses: actions/upload-artifact@v5
180180
with:
181181
name: wheels_${{ matrix.os }}_${{ matrix.system_type[0] }}_${{ matrix.system_type[1] }}_${{ matrix.arch }}_${{ matrix.py_minors }}
182182
path: wheelhouse/*.whl
@@ -215,7 +215,7 @@ jobs:
215215
run: python -m build --no-isolation --sdist python
216216

217217
- name: Store sdist for publishing
218-
uses: actions/upload-artifact@v4
218+
uses: actions/upload-artifact@v5
219219
with:
220220
# Note that they are moved to a common directory sdist_____ (5 underscores, as in the name below)
221221
name: sdist_${{ matrix.os }}_${{ matrix.system_type[0] }}_${{ matrix.system_type[1] }}_${{ matrix.arch }}_${{ matrix.py_minors }}

0 commit comments

Comments
 (0)