File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9797 key : validation_files_${{ matrix.type }}
9898 path : validation_files.tar.zst
9999 - name : download timeline build
100- uses : actions/download-artifact@v4
100+ uses : actions/download-artifact@v5
101101 with :
102102 name : build_timeline
103103 - name : untar
@@ -143,7 +143,7 @@ jobs:
143143 key : validation_files_${{ matrix.type }}
144144 path : validation_files.tar.zst
145145 - name : download timeline build
146- uses : actions/download-artifact@v4
146+ uses : actions/download-artifact@v5
147147 with :
148148 name : build_timeline
149149 - name : untar
@@ -176,13 +176,13 @@ jobs:
176176 steps :
177177 - uses : actions/checkout@v4
178178 - name : download outfiles
179- uses : actions/download-artifact@v4
179+ uses : actions/download-artifact@v5
180180 with :
181181 pattern : outfiles_*
182182 merge-multiple : true
183183 path : outfiles
184184 - name : download timeline build
185- uses : actions/download-artifact@v4
185+ uses : actions/download-artifact@v5
186186 with :
187187 name : build_timeline
188188 - name : untar
You can’t perform that action at this time.
0 commit comments