diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 07be699..9eb8ae6 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -50,6 +50,6 @@ jobs: make test - name: Upload coverage to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: flags: go-${{ matrix.go-version }}