Skip to content

Commit 9141485

Browse files
committed
Updated CI.
1 parent 853394c commit 9141485

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
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
@@ -70,7 +70,7 @@ jobs:
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

0 commit comments

Comments
 (0)