Skip to content

Commit 64c2977

Browse files
build(deps): bump the actions group with 2 updates
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>
1 parent dbf6fba commit 64c2977

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: pypa/cibuildwheel@v3.3.1
3434
with:
3535
output-dir: wheelhouse
36-
- uses: actions/upload-artifact@v6
36+
- uses: actions/upload-artifact@v7
3737
with:
3838
name: cibw-wheels-${{ matrix.os }}
3939
path: ./wheelhouse/*.whl
@@ -49,7 +49,7 @@ jobs:
4949
run: source etc/make-libsemigroups.sh && sudo make install
5050
- name: Build SDist
5151
run: uv build --sdist
52-
- uses: actions/upload-artifact@v6
52+
- uses: actions/upload-artifact@v7
5353
with:
5454
name: sdist
5555
path: dist/*.tar.gz
@@ -73,7 +73,7 @@ jobs:
7373

7474
steps:
7575
- name: Download wheels and sdist artifacts
76-
uses: actions/download-artifact@v7
76+
uses: actions/download-artifact@v8
7777
with:
7878
# Here, we could specify a name of an artifact, or a pattern that
7979
# matches the names of artifacts. However, by not specifying these

0 commit comments

Comments
 (0)