diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 89edf53..c6c7861 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,6 +27,6 @@ jobs: run: go test -v -coverprofile=profile.cov ./... - name: codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v7 with: file: ./profile.cov