Skip to content

Commit 5bc23d1

Browse files
committed
Bump upload-artifact action.
1 parent ec42ee8 commit 5bc23d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
twine check dist/*
135135
136136
- name: Upload perfmetrics wheel
137-
uses: actions/upload-artifact@v3
137+
uses: actions/upload-artifact@v4
138138
with:
139139
name: perfmetrics-${{ runner.os }}-${{ matrix.python-version }}.whl
140140
path: dist/*whl
@@ -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@v3
196+
uses: actions/upload-artifact@v4
197197
with:
198198
path: wheelhouse/*whl
199199
name: ${{ matrix.image }}_wheels.zip

0 commit comments

Comments
 (0)