Skip to content

Commit 3c7e4c0

Browse files
Bump actions/upload-artifact from 7.0.0 to 7.0.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@bbbca2d...043fb46) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e24ce5c commit 3c7e4c0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/wheel_workflow.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Check metadata
5959
run: pipx run twine check dist/*
6060

61-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
61+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6262
with:
6363
name: cibw-sdist
6464
path: dist/*.tar.gz
@@ -140,7 +140,7 @@ jobs:
140140
CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.manylinux }}
141141
CIBW_BEFORE_BUILD: "pip install sphinx-press-theme"
142142

143-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
143+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
144144
with:
145145
name: cibw-wheels-${{ matrix.python }}-${{ matrix.manylinux }}
146146
path: ./wheelhouse/*.whl
@@ -199,7 +199,7 @@ jobs:
199199
CIBW_MANYLINUX_AARCH64_IMAGE: ${{ matrix.manylinux }}
200200
CIBW_BEFORE_BUILD: "pip install sphinx-press-theme"
201201

202-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
202+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
203203
with:
204204
name: cibw-wheels-${{ matrix.python }}-${{ matrix.manylinux }}
205205
path: ./wheelhouse/*.whl
@@ -256,7 +256,7 @@ jobs:
256256
CIBW_ARCHS: ${{ matrix.arch }}
257257
CIBW_BEFORE_BUILD: "pip install sphinx-press-theme"
258258

259-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
259+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
260260
with:
261261
name: cibw-wheels-${{ matrix.python }}
262262
path: ./wheelhouse/*.whl
@@ -309,7 +309,7 @@ jobs:
309309
CIBW_ARCHS: ${{ matrix.arch }}
310310
CIBW_BEFORE_BUILD: "pip install sphinx-press-theme"
311311

312-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
312+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
313313
with:
314314
name: cibw-wheels-${{ matrix.python }}
315315
path: ./wheelhouse/*.whl
@@ -362,7 +362,7 @@ jobs:
362362
CIBW_ARCHS: ${{ matrix.arch }}
363363
CIBW_BEFORE_BUILD: "pip install sphinx-press-theme"
364364

365-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
365+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
366366
with:
367367
name: cibw-wheels-${{ matrix.python }}
368368
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)