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 @@ -185,7 +185,7 @@ jobs:
185185 REACTANT_TEST_GROUP : ${{ inputs.test_group }}
186186
187187 - name : " Upload MLIR modules"
188- uses : actions/upload-artifact@v4
188+ uses : actions/upload-artifact@v5
189189 timeout-minutes : 10
190190 if : always()
191191 with :
Original file line number Diff line number Diff line change @@ -53,15 +53,15 @@ jobs:
5353 run : |
5454 julia --color=yes --project=benchmark benchmark/runbenchmarks.jl
5555 - name : Upload PProf Results
56- uses : actions/upload-artifact@v4
56+ uses : actions/upload-artifact@v5
5757 timeout-minutes : 10
5858 with :
5959 name : pprof-results-${{ matrix.os }}
6060 path : " **/*pb.gz"
6161 retention-days : 90
6262 overwrite : false
6363 - name : Upload Benchmark Results
64- uses : actions/upload-artifact@v4
64+ uses : actions/upload-artifact@v5
6565 timeout-minutes : 10
6666 with :
6767 name : benchmark-results-${{ matrix.os }}
9595
9696 echo "path=$(find benchmark -type f -name combinedbenchmarks.json 2>/dev/null)" >> $GITHUB_OUTPUT
9797 - name : Upload benchmark results as artifact
98- uses : actions/upload-artifact@v4
98+ uses : actions/upload-artifact@v5
9999 with :
100100 name : benchmark-results
101101 path : ${{ steps.locate.outputs.path }}
You can’t perform that action at this time.
0 commit comments