diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4d2187d..3681a2a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,7 +45,7 @@ jobs: run: make coverage - name: Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: working-directory: ./github.com/samber/oops token: ${{ secrets.CODECOV_TOKEN }}