Skip to content

Commit d476d87

Browse files
authored
Merge pull request #39 from zodb/dependabot/github_actions/github-actions-3025d0f9d0
Bump the github-actions group across 1 directory with 2 updates
2 parents fec65cf + 4b4d400 commit d476d87

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
@@ -88,7 +88,7 @@ jobs:
8888
python-version: pypy-3.11
8989
steps:
9090
- name: checkout
91-
uses: actions/checkout@v5
91+
uses: actions/checkout@v6
9292

9393
- name: Set up Python ${{ matrix.python-version }}
9494
uses: actions/setup-python@v6
@@ -134,7 +134,7 @@ jobs:
134134
twine check dist/*
135135
136136
- name: Upload perfmetrics wheel
137-
uses: actions/upload-artifact@v4
137+
uses: actions/upload-artifact@v5
138138
with:
139139
name: perfmetrics-${{ runner.os }}-${{ matrix.python-version }}.whl
140140
path: dist/*whl
@@ -179,7 +179,7 @@ jobs:
179179
name: ${{ matrix.image }}
180180
steps:
181181
- name: checkout
182-
uses: actions/checkout@v5
182+
uses: actions/checkout@v6
183183
- name: Set up Python ${{ matrix.python-version }}
184184
uses: actions/setup-python@v6
185185
with:
@@ -193,7 +193,7 @@ jobs:
193193
DOCKER_IMAGE: quay.io/pypa/${{ matrix.image }}
194194
run: bash ./scripts/releases/make-manylinux
195195
- name: Store perfmetrics wheels
196-
uses: actions/upload-artifact@v4
196+
uses: actions/upload-artifact@v5
197197
with:
198198
path: wheelhouse/*whl
199199
name: ${{ matrix.image }}_wheels.zip

0 commit comments

Comments
 (0)