Skip to content

Commit 6fea746

Browse files
authored
Merge pull request #521 from zodb/dependabot/github_actions/github-actions-3025d0f9d0
Bump the github-actions group across 1 directory with 2 updates
2 parents dd946cc + 6729eef commit 6fea746

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107

108108
steps:
109109
- name: checkout
110-
uses: actions/checkout@v5
110+
uses: actions/checkout@v6
111111

112112
- name: Set up Python ${{ matrix.python-version }}
113113
uses: actions/setup-python@v6
@@ -173,7 +173,7 @@ jobs:
173173
ls -l dist
174174
twine check dist/*
175175
- name: Upload RelStorage wheel
176-
uses: actions/upload-artifact@v4
176+
uses: actions/upload-artifact@v5
177177
with:
178178
name: RelStorage-${{ runner.os }}-${{ matrix.python-version }}.whl
179179
path: dist/*whl
@@ -257,7 +257,7 @@ jobs:
257257
name: ${{ matrix.image }}
258258
steps:
259259
- name: checkout
260-
uses: actions/checkout@v5
260+
uses: actions/checkout@v6
261261
- name: Set up Python ${{ matrix.python-version }}
262262
uses: actions/setup-python@v6
263263
with:
@@ -271,7 +271,7 @@ jobs:
271271
DOCKER_IMAGE: quay.io/pypa/${{ matrix.image }}
272272
run: bash ./scripts/releases/make-manylinux
273273
- name: Store RelStorage wheels
274-
uses: actions/upload-artifact@v4
274+
uses: actions/upload-artifact@v5
275275
with:
276276
path: wheelhouse/*whl
277277
name: ${{ matrix.image }}_wheels.zip

0 commit comments

Comments
 (0)