File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 78
78
run : python -m build
79
79
80
80
- name : Upload build artifacts
81
- uses : actions/upload-artifact@v3
81
+ uses : actions/upload-artifact@v4
82
82
with :
83
83
name : dist
84
84
path : dist
@@ -122,7 +122,7 @@ jobs:
122
122
architecture : ${{ matrix.architecture }}
123
123
124
124
- name : Download build artifacts
125
- uses : actions/download-artifact@v3
125
+ uses : actions/download-artifact@v4
126
126
with :
127
127
name : dist
128
128
path : dist
@@ -179,7 +179,7 @@ jobs:
179
179
key : ${{ matrix.container }}
180
180
181
181
- name : Download build artifacts
182
- uses : actions/download-artifact@v3
182
+ uses : actions/download-artifact@v4
183
183
with :
184
184
name : dist
185
185
path : dist
@@ -221,7 +221,7 @@ jobs:
221
221
222
222
steps :
223
223
- name : Download build artifacts
224
- uses : actions/download-artifact@v3
224
+ uses : actions/download-artifact@v4
225
225
with :
226
226
name : dist
227
227
path : dist
You can’t perform that action at this time.
0 commit comments