about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMarkus Wüstenberg2022-11-15 22:33:33 +0100
committerGitHub2022-11-15 22:33:33 +0100
commitc1095faae1262dc369151e40846294021ad5fb31 (patch)
tree02695e56abfaee97a77a8d36446859369495f621
parentc615204215c9321a4a2ef87479147473ddf83a3d (diff)
downloadgomponents-c1095faae1262dc369151e40846294021ad5fb31.tar.lz
gomponents-c1095faae1262dc369151e40846294021ad5fb31.tar.zst
gomponents-c1095faae1262dc369151e40846294021ad5fb31.zip
Upgrade codecov-action to v3 in CI (#119)
-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 56ab914..7ca142f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
         run: go test -v -coverprofile=coverage.txt ./...
 
       - name: Coverage
-        uses: codecov/codecov-action@v2
+        uses: codecov/codecov-action@v3
 
   lint:
     name: Lint