aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-07-14 19:12:01 -0500
committerChristian Cleberg <[email protected]>2026-07-14 19:12:01 -0500
commitaaa6ac0838c8ae7509060ae61758358d2d076518 (patch)
tree57b8440e878433544d93c14001f77a9e604ac81c
parentedfc25e18c4585b2deed7b7d9531cc3fcecf1d4f (diff)
downloaddevianter-aaa6ac0838c8ae7509060ae61758358d2d076518.tar.gz
devianter-aaa6ac0838c8ae7509060ae61758358d2d076518.tar.bz2
devianter-aaa6ac0838c8ae7509060ae61758358d2d076518.zip
fix: bump codecov/codecov-action version
-rw-r--r--.github/workflows/ci.yml2
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