File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3333 gcc --version
3434 - name : Script
3535 run : bash -e -o pipefail -- cudalucas.sh ANONYMOUS
36- - uses : actions/upload-artifact@v4
36+ - uses : actions/upload-artifact@v6
3737 if : always()
3838 with :
3939 name : ${{ matrix.os }}_cudalucas
7070 $CXX --version
7171 - name : Script
7272 run : bash -e -o pipefail -- gpuowl.sh ANONYMOUS
73- - uses : actions/upload-artifact@v4
73+ - uses : actions/upload-artifact@v6
7474 if : always()
7575 with :
7676 name : ${{ matrix.os }}_${{ matrix.cxx }}_gpuowl
@@ -105,7 +105,7 @@ jobs:
105105 $CXX --version
106106 - name : Script
107107 run : bash -e -o pipefail -- prpll.sh ANONYMOUS
108- - uses : actions/upload-artifact@v4
108+ - uses : actions/upload-artifact@v6
109109 if : always()
110110 with :
111111 name : ${{ matrix.os }}_${{ matrix.cxx }}_prpll
@@ -140,7 +140,7 @@ jobs:
140140 echo -e '## Warnings\n```' >> $GITHUB_STEP_SUMMARY
141141 grep 'warning:' Mlucas/obj/build.log | sed 's/\x1B\[\([0-9]\+\(;[0-9]\+\)*\)\?[mK]//g' | awk '{ print $NF }' | sort | uniq -c | sort -nr >> $GITHUB_STEP_SUMMARY
142142 echo '```' >> $GITHUB_STEP_SUMMARY
143- - uses : actions/upload-artifact@v4
143+ - uses : actions/upload-artifact@v6
144144 if : always()
145145 with :
146146 name : ${{ matrix.os }}_${{ matrix.cc }}_mlucas
You can’t perform that action at this time.
0 commit comments