File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9696 key : validation_files_${{ matrix.type }}
9797 path : validation_files.tar.zst
9898 - name : download timeline build
99- uses : actions/download-artifact@v5
99+ uses : actions/download-artifact@v6
100100 with :
101101 name : build_timeline
102102 - name : untar
@@ -142,7 +142,7 @@ jobs:
142142 key : validation_files_${{ matrix.type }}
143143 path : validation_files.tar.zst
144144 - name : download timeline build
145- uses : actions/download-artifact@v5
145+ uses : actions/download-artifact@v6
146146 with :
147147 name : build_timeline
148148 - name : untar
@@ -175,13 +175,13 @@ jobs:
175175 steps :
176176 - uses : actions/checkout@v5
177177 - name : download outfiles
178- uses : actions/download-artifact@v5
178+ uses : actions/download-artifact@v6
179179 with :
180180 pattern : outfiles_*
181181 merge-multiple : true
182182 path : outfiles
183183 - name : download timeline build
184- uses : actions/download-artifact@v5
184+ uses : actions/download-artifact@v6
185185 with :
186186 name : build_timeline
187187 - name : untar
You can’t perform that action at this time.
0 commit comments