diff options
| author | Christian Cleberg <[email protected]> | 2026-07-14 19:12:01 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-07-14 19:12:01 -0500 |
| commit | aaa6ac0838c8ae7509060ae61758358d2d076518 (patch) | |
| tree | 57b8440e878433544d93c14001f77a9e604ac81c | |
| parent | edfc25e18c4585b2deed7b7d9531cc3fcecf1d4f (diff) | |
| download | devianter-aaa6ac0838c8ae7509060ae61758358d2d076518.tar.gz devianter-aaa6ac0838c8ae7509060ae61758358d2d076518.tar.bz2 devianter-aaa6ac0838c8ae7509060ae61758358d2d076518.zip | |
fix: bump codecov/codecov-action version
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f9de9c..82ca511 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: run: go test -v -race -coverprofile=coverage.out ./... - name: Upload coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v7 with: files: ./coverage.out flags: unittests |
