File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9595 key : validation_files_lfs_${{ matrix.type }}
9696 path : validation_files.tar.zst
9797 - name : download timeline build
98- uses : actions/download-artifact@v7
98+ uses : actions/download-artifact@v8
9999 with :
100100 name : build_timeline
101101 - name : untar
@@ -141,7 +141,7 @@ jobs:
141141 key : validation_files_lfs_${{ matrix.type }}
142142 path : validation_files.tar.zst
143143 - name : download timeline build
144- uses : actions/download-artifact@v7
144+ uses : actions/download-artifact@v8
145145 with :
146146 name : build_timeline
147147 - name : untar
@@ -174,13 +174,13 @@ jobs:
174174 steps :
175175 - uses : actions/checkout@v6
176176 - name : download outfiles
177- uses : actions/download-artifact@v7
177+ uses : actions/download-artifact@v8
178178 with :
179179 pattern : outfiles_*
180180 merge-multiple : true
181181 path : outfiles
182182 - name : download timeline build
183- uses : actions/download-artifact@v7
183+ uses : actions/download-artifact@v8
184184 with :
185185 name : build_timeline
186186 - name : untar
You can’t perform that action at this time.
0 commit comments