File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8888 lcov -j $(expr $(nproc) + 1) --capture --omit-lines "flint_throw" --omit-lines '^}$' --exclude "*test/t-*.c" --exclude "*test/main.c" --exclude "/usr/*" --directory build --output-file build/coverage/coverage.info
8989
9090 - name : " Upload coverage data"
91- uses : codecov/codecov-action@v3.1.4
91+ uses : codecov/codecov-action@v3.1.5
9292 if : github.repository == 'flintlib/flint'
9393 with :
9494 files : build/coverage/coverage.info
@@ -519,7 +519,7 @@ jobs:
519519 - uses : actions/checkout@v4
520520
521521 - name : " Setup cache for dependencies"
522- uses : actions/github-script@v6
522+ uses : actions/github-script@v7
523523 with :
524524 script : |
525525 core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
@@ -530,7 +530,7 @@ jobs:
530530 vcpkg install gmp mpfr pthreads --binarysource="clear;x-gha,readwrite"
531531
532532 - name : " Setup MSVC"
533- uses : ilammy/msvc-dev-cmd@v1.12.1
533+ uses : ilammy/msvc-dev-cmd@v1.13.0
534534 with :
535535 arch : x86_64
536536 toolset : 14.37.32822
You can’t perform that action at this time.
0 commit comments