Skip to content

Commit ca57121

Browse files
dependabot[bot]insolor
authored andcommitted
Bump the github-actions group with 2 updates
Bumps the github-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: github-actions - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f887422 commit ca57121

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pypi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
CIBW_ARCHS_WINDOWS: AMD64 x86
5050
CIBW_BUILD: ${{ matrix.python-version }}-*
5151

52-
- uses: actions/upload-artifact@v5
52+
- uses: actions/upload-artifact@v6
5353
with:
5454
name: artifact_wheels_${{ matrix.python-version }}_${{ matrix.os }}
5555
path: ./wheelhouse/*.whl
@@ -74,7 +74,7 @@ jobs:
7474
- name: Build sdist
7575
run: python setup.py sdist
7676

77-
- uses: actions/upload-artifact@v5
77+
- uses: actions/upload-artifact@v6
7878
with:
7979
name: artifact_sdist
8080
path: dist/*.tar.gz
@@ -90,7 +90,7 @@ jobs:
9090
with:
9191
python-version: "3.12"
9292

93-
- uses: actions/download-artifact@v6
93+
- uses: actions/download-artifact@v7
9494
with:
9595
pattern: artifact_*
9696
merge-multiple: true

0 commit comments

Comments
 (0)