Skip to content

Commit 52ea681

Browse files
chore(deps): bump the actions group with 2 updates (#649)
Bumps the actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) Updates `actions/download-artifact` from 5 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9a75815 commit 52ea681

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
CIBW_ARCHS: "${{ matrix.arch }}"
140140
CIBW_BUILD: "cp310-${{ matrix.build }}*"
141141

142-
- uses: actions/upload-artifact@v4
142+
- uses: actions/upload-artifact@v5
143143
if: (!matrix.use_qemu) || fromJSON(env.USE_QEMU)
144144
with:
145145
name: cibw-${{ runner.os }}-${{ matrix.build }}${{ matrix.arch }}
@@ -157,7 +157,7 @@ jobs:
157157
- name: Build SDist
158158
run: pipx run build --sdist
159159

160-
- uses: actions/upload-artifact@v4
160+
- uses: actions/upload-artifact@v5
161161
with:
162162
name: cibw-sdist
163163
path: dist/*.tar.gz
@@ -187,7 +187,7 @@ jobs:
187187
sudo apt-get update
188188
sudo apt-get install -y --no-install-recommends libssl-dev
189189
190-
- uses: actions/download-artifact@v5
190+
- uses: actions/download-artifact@v6
191191
with:
192192
name: cibw-sdist
193193
path: dist
@@ -263,7 +263,7 @@ jobs:
263263
needs: [build_wheels, build_sdist, test_sdist, bootstrap_build]
264264
runs-on: ubuntu-latest
265265
steps:
266-
- uses: actions/download-artifact@v5
266+
- uses: actions/download-artifact@v6
267267
with:
268268
pattern: cibw-*
269269
merge-multiple: true
@@ -283,7 +283,7 @@ jobs:
283283
id-token: write
284284
attestations: write
285285
steps:
286-
- uses: actions/download-artifact@v5
286+
- uses: actions/download-artifact@v6
287287
with:
288288
pattern: cibw-*
289289
merge-multiple: true

0 commit comments

Comments
 (0)