diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 2ee9510..f0ffc6a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -27,7 +27,7 @@ jobs: with: go-version-file: "go.mod" - run: just test - - uses: codecov/codecov-action@v5.1.2 + - uses: codecov/codecov-action@v5.3.1 with: files: coverage.out token: ${{ secrets.CODECOV_TOKEN }}