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 @@ -106,7 +106,7 @@ jobs:
106
106
needs : [build-sdist]
107
107
runs-on : ubuntu-latest
108
108
steps :
109
- - uses : actions/download-artifact@v3
109
+ - uses : actions/download-artifact@v4.1.7
110
110
with :
111
111
name : sdist
112
112
path : ./dist
@@ -127,7 +127,7 @@ jobs:
127
127
runs-on : ubuntu-latest
128
128
needs : [test-sdist, build-wheel]
129
129
steps :
130
- - uses : actions/download-artifact@v3
130
+ - uses : actions/download-artifact@v4.1.7
131
131
with :
132
132
path : dist/
133
133
- name : Check artifacts
@@ -145,7 +145,7 @@ jobs:
145
145
needs : [pre-publish]
146
146
if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
147
147
steps :
148
- - uses : actions/download-artifact@v3
148
+ - uses : actions/download-artifact@v4.1.7
149
149
with :
150
150
path : dist/
151
151
- name : Consolidate artifacts
You can’t perform that action at this time.
0 commit comments