Skip to content

Commit 918e888

Browse files
authored
Merge pull request #486 from python-greenlet/dependabot/github_actions/github-actions-88dfb18256
Bump actions/upload-artifact from 5 to 6 in the github-actions group
2 parents 54f257d + c5e2e6f commit 918e888

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@v5
107+
uses: actions/upload-artifact@v6
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@v5
233+
uses: actions/upload-artifact@v6
234234
with:
235235
path: wheelhouse/*whl
236236
name: ${{ matrix.image }}_wheels.zip

0 commit comments

Comments
 (0)