CI update (#695)

* fix: update codecov action

* fix: remove nim v2 from Nim-matrix
This commit is contained in:
Slava 2024-02-07 21:47:40 +02:00 committed by GitHub
parent 2fc538337b
commit 1e957da109
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ jobs:
shell: bash
- name: Upload coverage data to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
directory: ./coverage/
fail_ci_if_error: true

View File

@ -6,7 +6,7 @@ on:
env:
cache_nonce: 0 # Allows for easily busting actions/cache caches
nim_version: v1.6.14, v1.6.16, v1.6.18, v2.0.0, v2.0.2
nim_version: v1.6.14, v1.6.16, v1.6.18
jobs:
matrix: