File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2323 permissions :
2424 id-token : write
2525 steps :
26- - uses : actions/download-artifact@v5
26+ - uses : actions/download-artifact@v6
2727 with :
2828 path : dist
2929 merge-multiple : true
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ jobs:
153153 run : |
154154 GITHUB_WORKFLOW_REF="scylladb/python-driver/.github/workflows/lib-build-and-push.yml@refs/heads/master" CIBW_BUILD="cp3*" cibuildwheel --archs aarch64 --output-dir wheelhouse
155155
156- - uses : actions/upload-artifact@v4
156+ - uses : actions/upload-artifact@v5
157157 with :
158158 name : wheels-${{ matrix.target }}-${{ matrix.os }}
159159 path : ./wheelhouse/*.whl
@@ -172,7 +172,7 @@ jobs:
172172 - name : Build sdist
173173 run : uv build --sdist
174174
175- - uses : actions/upload-artifact@v4
175+ - uses : actions/upload-artifact@v5
176176 with :
177177 name : source-dist
178178 path : dist/*.tar.gz
@@ -185,7 +185,7 @@ jobs:
185185 id-token : write
186186
187187 steps :
188- - uses : actions/download-artifact@v5
188+ - uses : actions/download-artifact@v6
189189 with :
190190 path : dist
191191 merge-multiple : true
Original file line number Diff line number Diff line change 5353 permissions :
5454 id-token : write
5555 steps :
56- - uses : actions/download-artifact@v5
56+ - uses : actions/download-artifact@v6
5757 with :
5858 path : dist
5959 merge-multiple : true
You can’t perform that action at this time.
0 commit comments