diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f8b3d7bb..3be7ba23 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: - name: Run tests run: sudo go test -v -coverprofile="coverage.out" ./... - name: Upload coverage report to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: file: ./coverage.out token: ${{ secrets.CODECOV }} \ No newline at end of file