Skip to content

Commit 8992dde

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] <[email protected]>
1 parent 0ed4657 commit 8992dde

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release-wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
poetry build -f sdist
3030
3131
- name: Store artifacts
32-
uses: actions/upload-artifact@v6
32+
uses: actions/upload-artifact@v7
3333
with:
3434
name: sdist
3535
path: ./dist
@@ -165,7 +165,7 @@ jobs:
165165
python -m cibuildwheel --output-dir dist
166166
167167
- name: Store artifacts
168-
uses: actions/upload-artifact@v6
168+
uses: actions/upload-artifact@v7
169169
with:
170170
name: wheel-${{ matrix.python }}-${{ matrix.platform_id }}
171171
path: ./dist
@@ -216,7 +216,7 @@ jobs:
216216
python -m cibuildwheel --output-dir dist
217217
218218
- name: Store artifacts
219-
uses: actions/upload-artifact@v6
219+
uses: actions/upload-artifact@v7
220220
with:
221221
name: wheel-${{ matrix.python }}-${{ matrix.platform_id }}
222222
path: ./dist/*.whl

0 commit comments

Comments
 (0)