Skip to content

Commit 66c093b

Browse files
Bump actions/upload-artifact from 6 to 7 in the github-actions group
Bumps the github-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cf33904 commit 66c093b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
ls -l dist
105105
twine check dist/*
106106
- name: Store greenlet wheel
107-
uses: actions/upload-artifact@v6
107+
uses: actions/upload-artifact@v7
108108
with:
109109
name: greenlet-${{ matrix.os }}-${{ matrix.python-version }}.whl
110110
path: dist/*whl
@@ -230,7 +230,7 @@ jobs:
230230
DOCKER_IMAGE: quay.io/pypa/${{ matrix.image }}
231231
run: bash ./make-manylinux
232232
- name: Store greenlet wheels
233-
uses: actions/upload-artifact@v6
233+
uses: actions/upload-artifact@v7
234234
with:
235235
path: wheelhouse/*whl
236236
name: ${{ matrix.image }}_wheels.zip

0 commit comments

Comments
 (0)