Skip to content

Commit 6e96238

Browse files
authored
Merge pull request #1756 from albinahlback/update_ci
Update CI
2 parents 5476e2a + 7b0fa2d commit 6e96238

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

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

0 commit comments

Comments
 (0)