diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 8aa837d..3ce557c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -28,6 +28,6 @@ jobs: - run: docker compose up -d --wait - run: go run main.go migrate - run: go test -v ./... -covermode=atomic -coverprofile=coverage.out - - uses: codecov/codecov-action@v5.0.7 + - uses: codecov/codecov-action@v5.1.1 with: files: coverage.out