Skip to content

Commit 2d44c97

Browse files
Bump actions/upload-artifact in the github-actions group (#766)
Bumps the github-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 4.3.4 to 4.4.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@0b2256b...5076954) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d95a01f commit 2d44c97

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/wheel_tests_and_release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
6868
CIBW_MUSLLINUX_X86_64_IMAGE: musllinux_1_2
6969
CIBW_FREE_THREADED_SUPPORT: True
70-
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
70+
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
7171
with:
7272
name: wheels_linux_${{ matrix.cibw_arch }}_${{ matrix.cibw_python }}
7373
path: ./dist/*.whl
@@ -112,7 +112,7 @@ jobs:
112112
CIBW_ARCHS_LINUX: ${{ matrix.cibw_arch }}
113113
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014
114114
CIBW_MUSLLINUX_AARCH64_IMAGE: musllinux_1_2
115-
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
115+
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
116116
with:
117117
name: wheels_linux_${{ matrix.cibw_arch }}_${{ matrix.cibw_python }}
118118
path: ./dist/*.whl
@@ -176,7 +176,7 @@ jobs:
176176
CIBW_ARCHS_MACOS: ${{ matrix.cibw_arch }}
177177
CIBW_FREE_THREADED_SUPPORT: True
178178

179-
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
179+
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
180180
with:
181181
name: wheels_macos_${{ matrix.cibw_arch }}_${{ matrix.cibw_python }}
182182
path: ./dist/*.whl
@@ -221,7 +221,7 @@ jobs:
221221
CIBW_BUILD: ${{ matrix.cibw_python }}-*
222222
CIBW_ARCHS_WINDOWS: ${{ matrix.cibw_arch }}
223223

224-
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
224+
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
225225
with:
226226
name: wheels_windows_${{ matrix.cibw_arch }}_${{ matrix.cibw_python }}
227227
path: ./dist/*.whl

0 commit comments

Comments
 (0)