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 97
97
with :
98
98
python-version : ${{ matrix.python }}
99
99
100
- - uses : actions/download-artifact@v2
100
+ - uses : actions/download-artifact@v3
101
101
with :
102
102
name : artifact
103
103
path : sdist
@@ -118,7 +118,7 @@ jobs:
118
118
needs : [build_wheels, build_sdist, test_sdist]
119
119
runs-on : ubuntu-20.04
120
120
steps :
121
- - uses : actions/download-artifact@v2
121
+ - uses : actions/download-artifact@v3
122
122
with :
123
123
name : artifact
124
124
path : dist
@@ -131,7 +131,7 @@ jobs:
131
131
runs-on : ubuntu-latest
132
132
if : github.event_name == 'push' && github.repository == 'scikit-build/ninja-python-distributions' && startsWith(github.ref, 'refs/tags/')
133
133
steps :
134
- - uses : actions/download-artifact@v2
134
+ - uses : actions/download-artifact@v3
135
135
with :
136
136
name : artifact
137
137
path : dist
You can’t perform that action at this time.
0 commit comments