File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7373 echo "$PWD/.venv/bin" >> $GITHUB_PATH
7474
7575 - name : Download sdist from artifacts
76- uses : actions/download-artifact@v7
76+ uses : actions/download-artifact@v8
7777 with :
7878 name : pyogrio-sdist
7979 path : wheelhouse
@@ -306,7 +306,7 @@ jobs:
306306 "$PWD/.venv/Scripts" | Out-File -FilePath $env:GITHUB_PATH -Append
307307
308308 - name : Download wheels from artifacts
309- uses : actions/download-artifact@v7
309+ uses : actions/download-artifact@v8
310310 with :
311311 name : ${{ matrix.artifact }}
312312 path : wheelhouse
@@ -348,7 +348,7 @@ jobs:
348348 if : github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/')
349349
350350 steps :
351- - uses : actions/download-artifact@v7
351+ - uses : actions/download-artifact@v8
352352 with :
353353 pattern : pyogrio-*
354354 path : dist
You can’t perform that action at this time.
0 commit comments