File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ jobs:
141141 certutil -hashfile ${{ matrix.artifact_name }} SHA256 > ${{ matrix.artifact_name }}.sha256sum
142142
143143 - name : Upload binary artifact
144- uses : actions/upload-artifact@v6
144+ uses : actions/upload-artifact@v7
145145 with :
146146 name : ${{ matrix.artifact_name }}
147147 path : |
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101 run : twine check dist/*
102102
103103 - name : Upload artifacts
104- uses : actions/upload-artifact@v6
104+ uses : actions/upload-artifact@v7
105105 with :
106106 name : dist
107107 path : dist/
@@ -178,7 +178,7 @@ jobs:
178178 certutil -hashfile ${{ matrix.artifact_name }} SHA256 > ${{ matrix.artifact_name }}.sha256sum
179179
180180 - name : Upload binary artifact
181- uses : actions/upload-artifact@v6
181+ uses : actions/upload-artifact@v7
182182 with :
183183 name : ${{ matrix.artifact_name }}
184184 path : |
@@ -213,7 +213,7 @@ jobs:
213213 pip install build twine
214214
215215 - name : Download all artifacts
216- uses : actions/download-artifact@v7
216+ uses : actions/download-artifact@v8
217217 with :
218218 path : artifacts/
219219
You can’t perform that action at this time.
0 commit comments