CI update (#695)
* fix: update codecov action * fix: remove nim v2 from Nim-matrix
This commit is contained in:
parent
2fc538337b
commit
1e957da109
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue