all repos — gomponents @ c1095faae1262dc369151e40846294021ad5fb31

HTML components in pure Go

Upgrade codecov-action to v3 in CI (#119)

Markus Wüstenberg markus@maragu.dk
Tue, 15 Nov 2022 22:33:33 +0100
commit

c1095faae1262dc369151e40846294021ad5fb31

parent

c615204215c9321a4a2ef87479147473ddf83a3d

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M .github/workflows/ci.yml.github/workflows/ci.yml
@@ -47,7 +47,7 @@ if: ${{ matrix.go == '1.16' }}         run: go test -v -coverprofile=coverage.txt ./...
 
       - name: Coverage
-        uses: codecov/codecov-action@v2
+        uses: codecov/codecov-action@v3
 
   lint:
     name: Lint