diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 89edf53..364cec6 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@v6 with: file: ./profile.cov