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@v6
76+ uses : actions/download-artifact@v7
7777 with :
7878 name : pyogrio-sdist
7979 path : wheelhouse
@@ -305,7 +305,7 @@ jobs:
305305 "$PWD/.venv/Scripts" | Out-File -FilePath $env:GITHUB_PATH -Append
306306
307307 - name : Download wheels from artifacts
308- uses : actions/download-artifact@v6
308+ uses : actions/download-artifact@v7
309309 with :
310310 name : ${{ matrix.artifact }}
311311 path : wheelhouse
@@ -347,7 +347,7 @@ jobs:
347347 if : github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/')
348348
349349 steps :
350- - uses : actions/download-artifact@v6
350+ - uses : actions/download-artifact@v7
351351 with :
352352 pattern : pyogrio-*
353353 path : dist
You can’t perform that action at this time.
0 commit comments