File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -90,14 +90,14 @@ jobs:
9090 rm -f /tmp/individual_results.txt /tmp/batch_results.txt /tmp/individual_sorted.txt /tmp/batch_sorted.txt
9191
9292 - name : Upload benchmark tables
93- uses : actions/upload-artifact@v6
93+ uses : actions/upload-artifact@v7
9494 with :
9595 name : benchmark-tables-elaborate-${{ github.sha }}
9696 path : benchmark_tables/
9797 retention-days : 90
9898
9999 - name : Upload benchmark results
100- uses : actions/upload-artifact@v6
100+ uses : actions/upload-artifact@v7
101101 with :
102102 name : benchmark-results-elaborate-${{ github.sha }}
103103 path : target/criterion/
Original file line number Diff line number Diff line change @@ -63,14 +63,14 @@ jobs:
6363 done
6464
6565 - name : Upload benchmark tables
66- uses : actions/upload-artifact@v6
66+ uses : actions/upload-artifact@v7
6767 with :
6868 name : benchmark-tables-${{ github.sha }}
6969 path : benchmark_tables/
7070 retention-days : 90
7171
7272 - name : Upload benchmark results
73- uses : actions/upload-artifact@v6
73+ uses : actions/upload-artifact@v7
7474 with :
7575 name : benchmark-results-${{ github.sha }}
7676 path : target/criterion/
You can’t perform that action at this time.
0 commit comments