Skip to content

Commit 9381232

Browse files
Bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0ca4912 commit 9381232

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
@@ -214,7 +214,7 @@ jobs:
214214
CIBW_MUSLLINUX_I686_IMAGE: ${{ env.CONTAINER_REGISTRY }}/sintef/dlite-python-musllinux${{ matrix.system_type[1] }}_i686:latest
215215

216216
- name: Store wheels for publishing
217-
uses: actions/upload-artifact@v6
217+
uses: actions/upload-artifact@v7
218218
with:
219219
name: wheels_${{ matrix.os }}_${{ matrix.system_type[0] }}_${{ matrix.system_type[1] }}_${{ matrix.arch }}_${{ matrix.py_minors }}
220220
path: wheelhouse/*.whl
@@ -268,7 +268,7 @@ jobs:
268268
run: python -m build --no-isolation --sdist python
269269

270270
- name: Store sdist for publishing
271-
uses: actions/upload-artifact@v6
271+
uses: actions/upload-artifact@v7
272272
with:
273273
# Note that they are moved to a common directory sdist_____ (5 underscores, as in the name below)
274274
name: sdist_${{ matrix.os }}_${{ matrix.system_type[0] }}_${{ matrix.system_type[1] }}_${{ matrix.arch }}_${{ matrix.py_minors }}

0 commit comments

Comments
 (0)