diff options
| author | J08nY | 2025-12-03 15:07:20 +0100 |
|---|---|---|
| committer | J08nY | 2025-12-03 15:07:20 +0100 |
| commit | bf01a3a62647692bce5a4fc5d553159db2b6df97 (patch) | |
| tree | ca6c363c92ed7bdb458cb7d918ad9fd46c329337 | |
| parent | d6b46bf408ee7ce5b2656e1e57c9eaf1dcdb85d3 (diff) | |
| download | ecgen-bf01a3a62647692bce5a4fc5d553159db2b6df97.tar.gz ecgen-bf01a3a62647692bce5a4fc5d553159db2b6df97.tar.zst ecgen-bf01a3a62647692bce5a4fc5d553159db2b6df97.zip | |
Bump actions.
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/release.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/test.yml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 61c8fc3..04bcb17 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: release: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: submodules: true - name: Setup pari diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 63aa95d..76d9ecf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: env: CC: ${{ matrix.CC }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: submodules: true - name: Setup pari @@ -34,7 +34,7 @@ jobs: run: | cd src && find . -name "*.gcda" -exec gcov -pb "{}" +; - name: Code coverage upload - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: ${{ matrix.CC == 'gcc' }} with: env_vars: CC |
