Skip to content

Commit 2089e82

Browse files
Bump the actions group with 2 updates (#98)
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 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6ae23cd commit 2089e82

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Build wheels
7474
uses: pypa/cibuildwheel@v3.4.1
7575

76-
- uses: actions/upload-artifact@v6
76+
- uses: actions/upload-artifact@v7
7777
with:
7878
path: ./wheelhouse/*.whl
7979
name: pypi-wheels-${{ matrix.os }}
@@ -90,7 +90,7 @@ jobs:
9090
- name: Build sdist
9191
run: pipx run build --sdist
9292

93-
- uses: actions/upload-artifact@v6
93+
- uses: actions/upload-artifact@v7
9494
with:
9595
name: pypi-sdist
9696
path: dist/*.tar.gz
@@ -108,7 +108,7 @@ jobs:
108108
# alternatively, to publish when a GitHub Release is created, use the following rule:
109109
# if: github.event_name == 'release' && github.event.action == 'published'
110110
steps:
111-
- uses: actions/download-artifact@v7
111+
- uses: actions/download-artifact@v8
112112
with:
113113
pattern: pypi-*
114114
path: dist

0 commit comments

Comments
 (0)