File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -69,11 +69,11 @@ jobs:
6969 needs : [build_wheels, build_sdist]
7070 runs-on : ubuntu-latest
7171 steps :
72- - uses : actions/download-artifact@v4
72+ - uses : actions/download-artifact@v6
7373 with :
7474 name : sdist
7575 path : dist
76- - uses : actions/download-artifact@v4
76+ - uses : actions/download-artifact@v6
7777 with :
7878 pattern : wheels-*
7979 path : dist
@@ -89,11 +89,11 @@ jobs:
8989 runs-on : ubuntu-latest
9090 if : github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
9191 steps :
92- - uses : actions/download-artifact@v4
92+ - uses : actions/download-artifact@v6
9393 with :
9494 name : sdist
9595 path : dist
96- - uses : actions/download-artifact@v4
96+ - uses : actions/download-artifact@v6
9797 with :
9898 pattern : wheels-*
9999 path : dist
@@ -110,7 +110,7 @@ jobs:
110110 runs-on : ubuntu-latest
111111 if : github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
112112 steps :
113- - uses : actions/download-artifact@v4
113+ - uses : actions/download-artifact@v6
114114 with :
115115 pattern : wheels-*
116116 path : dist
You can’t perform that action at this time.
0 commit comments