diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a131453..4c57e44 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,7 +42,7 @@ jobs: if: matrix.go == 'stable' - name: Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./cover.out