diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ea4e788..cab8830 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@v4.4.1 + - uses: codecov/codecov-action@v4.5.0 with: files: coverage.out token: ${{ secrets.CODECOV_TOKEN }}