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 83
83
run : python3 -m build ${{ matrix.pkg[1] }}
84
84
- name : Check distributions
85
85
run : twine check ${{ matrix.pkg[1] }}/dist/*
86
- - uses : actions/upload-artifact@v3
86
+ - uses : actions/upload-artifact@v4
87
87
with :
88
88
name : built-${{ matrix.pkg[0] }}
89
89
path : ${{ matrix.pkg[1] }}/dist
@@ -111,7 +111,7 @@ jobs:
111
111
cd docs
112
112
make html
113
113
cd ..
114
- - uses : actions/upload-artifact@v3
114
+ - uses : actions/upload-artifact@v4
115
115
with :
116
116
name : built-docs
117
117
path : docs/build/html
@@ -121,7 +121,7 @@ jobs:
121
121
runs-on : ubuntu-latest
122
122
steps :
123
123
- name : Download build
124
- uses : actions/download-artifact@v3
124
+ uses : actions/download-artifact@v4
125
125
with :
126
126
name : built-main
127
127
path : dist
@@ -143,7 +143,7 @@ jobs:
143
143
runs-on : ubuntu-latest
144
144
steps :
145
145
- name : Download build
146
- uses : actions/download-artifact@v3
146
+ uses : actions/download-artifact@v4
147
147
with :
148
148
name : built-extras
149
149
path : dist
@@ -165,7 +165,7 @@ jobs:
165
165
runs-on : ubuntu-latest
166
166
steps :
167
167
- name : Download built docs
168
- uses : actions/download-artifact@v3
168
+ uses : actions/download-artifact@v4
169
169
with :
170
170
name : built-docs
171
171
path : docs-build
You can’t perform that action at this time.
0 commit comments