File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 - name : tar # to preserve any permissions
3838 run : |
3939 tar cavf build_timeline.tar.zst target
40- - uses : actions/upload-artifact@v6
40+ - uses : actions/upload-artifact@v7
4141 with :
4242 name : build_timeline
4343 retention-days : 1
@@ -111,12 +111,12 @@ jobs:
111111 validation_files
112112 - run : tree slurm
113113 - run : tree outfiles
114- - uses : actions/upload-artifact@v6
114+ - uses : actions/upload-artifact@v7
115115 with :
116116 name : slurm_${{ matrix.type }}
117117 retention-days : 1
118118 path : slurm
119- - uses : actions/upload-artifact@v6
119+ - uses : actions/upload-artifact@v7
120120 with :
121121 name : outfiles_histogram_${{ matrix.type }}
122122 retention-days : 14
@@ -200,12 +200,12 @@ jobs:
200200 echo '```' >> $GITHUB_STEP_SUMMARY
201201 tree web | xargs -0 -I{} echo {} >> $GITHUB_STEP_SUMMARY
202202 echo '```' >> $GITHUB_STEP_SUMMARY
203- - uses : actions/upload-artifact@v6
203+ - uses : actions/upload-artifact@v7
204204 with :
205205 name : outfiles_timelines_${{ matrix.type }}
206206 retention-days : 14
207207 path : outfiles
208- - uses : actions/upload-artifact@v6
208+ - uses : actions/upload-artifact@v7
209209 with :
210210 name : web_timelines_${{ matrix.type }}
211211 retention-days : 14
You can’t perform that action at this time.
0 commit comments