File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -60,11 +60,11 @@ jobs:
60
60
needs : [build_wheels, build_sdist]
61
61
runs-on : ubuntu-latest
62
62
steps :
63
- - uses : actions/download-artifact@v3
63
+ - uses : actions/download-artifact@v4
64
64
with :
65
65
name : artifact
66
66
path : dist
67
- - uses : actions/download-artifact@v3
67
+ - uses : actions/download-artifact@v4
68
68
with :
69
69
name : wheels
70
70
path : dist
@@ -79,11 +79,11 @@ jobs:
79
79
runs-on : ubuntu-latest
80
80
if : github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
81
81
steps :
82
- - uses : actions/download-artifact@v3
82
+ - uses : actions/download-artifact@v4
83
83
with :
84
84
name : artifact
85
85
path : dist
86
- - uses : actions/download-artifact@v3
86
+ - uses : actions/download-artifact@v4
87
87
with :
88
88
name : wheels
89
89
path : dist
You can’t perform that action at this time.
0 commit comments