diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 525223fc1f1..15499e9dd30 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -47,7 +47,7 @@ jobs: pytest --cov --cov-report=xml python3 -m torchgeo --help - name: Report coverage - uses: codecov/codecov-action@v5.0.2 + uses: codecov/codecov-action@v5.0.7 with: token: ${{ secrets.CODECOV_TOKEN }} minimum: @@ -80,7 +80,7 @@ jobs: pytest --cov --cov-report=xml python3 -m torchgeo --help - name: Report coverage - uses: codecov/codecov-action@v5.0.2 + uses: codecov/codecov-action@v5.0.7 with: token: ${{ secrets.CODECOV_TOKEN }} datasets: @@ -111,7 +111,7 @@ jobs: pytest --cov --cov-report=xml python3 -m torchgeo --help - name: Report coverage - uses: codecov/codecov-action@v5.0.2 + uses: codecov/codecov-action@v5.0.7 with: token: ${{ secrets.CODECOV_TOKEN }} concurrency: