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 7878 run : python -m build
7979
8080 - name : Upload build artifacts
81- uses : actions/upload-artifact@v3
81+ uses : actions/upload-artifact@v4
8282 with :
8383 name : dist
8484 path : dist
@@ -122,7 +122,7 @@ jobs:
122122 architecture : ${{ matrix.architecture }}
123123
124124 - name : Download build artifacts
125- uses : actions/download-artifact@v3
125+ uses : actions/download-artifact@v4
126126 with :
127127 name : dist
128128 path : dist
@@ -179,7 +179,7 @@ jobs:
179179 key : ${{ matrix.container }}
180180
181181 - name : Download build artifacts
182- uses : actions/download-artifact@v3
182+ uses : actions/download-artifact@v4
183183 with :
184184 name : dist
185185 path : dist
@@ -221,7 +221,7 @@ jobs:
221221
222222 steps :
223223 - name : Download build artifacts
224- uses : actions/download-artifact@v3
224+ uses : actions/download-artifact@v4
225225 with :
226226 name : dist
227227 path : dist
You can’t perform that action at this time.
0 commit comments