Skip to content

Commit aa27b17

Browse files
chore(deps): bump the actions group with 2 updates (#337)
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 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) Updates `actions/download-artifact` from 6 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '7' 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 2b53a58 commit aa27b17

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
@@ -95,7 +95,7 @@ jobs:
9595
CIBW_ARCHS: "${{ matrix.arch }}"
9696
CIBW_BUILD: "cp39-${{ matrix.build }}*"
9797

98-
- uses: actions/upload-artifact@v5
98+
- uses: actions/upload-artifact@v6
9999
with:
100100
name: cibw-wheels-${{ matrix.os }}-${{ matrix.build }}${{ matrix.arch }}
101101
path: ./wheelhouse/*.whl
@@ -121,7 +121,7 @@ jobs:
121121
- name: Build SDist
122122
run: pipx run build --sdist
123123

124-
- uses: actions/upload-artifact@v5
124+
- uses: actions/upload-artifact@v6
125125
with:
126126
name: cibw-sdist
127127
path: dist/*.tar.gz
@@ -153,7 +153,7 @@ jobs:
153153
uv venv --python "${{ steps.python.outputs.python-path }}"
154154
uv pip install pip --group test
155155
156-
- uses: actions/download-artifact@v6
156+
- uses: actions/download-artifact@v7
157157
with:
158158
name: cibw-sdist
159159
path: sdist
@@ -185,7 +185,7 @@ jobs:
185185
needs: [build_wheels, build_sdist, test_sdist]
186186
runs-on: ubuntu-latest
187187
steps:
188-
- uses: actions/download-artifact@v6
188+
- uses: actions/download-artifact@v7
189189
with:
190190
pattern: cibw-*
191191
path: dist
@@ -204,7 +204,7 @@ jobs:
204204
permissions:
205205
id-token: write
206206
steps:
207-
- uses: actions/download-artifact@v6
207+
- uses: actions/download-artifact@v7
208208
with:
209209
pattern: cibw-*
210210
path: dist

0 commit comments

Comments
 (0)