File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -124,13 +124,13 @@ jobs:
124124 done
125125 - name : Store results as artifact
126126 if : env.REPORT_FORMAT == 'json'
127- uses : actions/upload-artifact@v4
127+ uses : actions/upload-artifact@v5
128128 with :
129129 name : bench-result-${{ matrix.os }}
130130 path : ${{ env.BENCHMARK_RESULTS }}/${{ env.MAIN_BENCH_RESULTS }}/**/*.json
131131 - name : Store comparison results as artifact
132132 if : env.REPORT_FORMAT == 'json' && matrix.os == 'ubuntu-latest'
133- uses : actions/upload-artifact@v4
133+ uses : actions/upload-artifact@v5
134134 with :
135135 name : bench-comparison-result-${{ matrix.os }}
136136 path : ${{ env.BENCHMARK_RESULTS }}/${{ env.COMPARISON_BENCH_RESULTS }}/**/*.json
Original file line number Diff line number Diff line change 6666 token : ${{ secrets.CODECOV_TOKEN }}
6767 - name : Collect coverage reports
6868 if : inputs.collect-code-coverage && github.actor != 'dependabot[bot]'
69- uses : actions/upload-artifact@v4
69+ uses : actions/upload-artifact@v5
7070 with :
7171 name : coverage-reports
7272 path : ' **/build/reports/kover/report.xml'
Original file line number Diff line number Diff line change 2020 run : |
2121 mkdir -p ./pr
2222 echo $PR_NUMBER > ./pr/pr_number
23- - uses : actions/upload-artifact@v4
23+ - uses : actions/upload-artifact@v5
2424 with :
2525 name : pr_number
2626 path : pr/
You can’t perform that action at this time.
0 commit comments