File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments