diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 7a7a0980c73..764525b51b8 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -57,7 +57,7 @@ jobs: pytest --cov=torchgeo --cov-report=xml --durations=10 python3 -m torchgeo --help - name: Report coverage - uses: codecov/codecov-action@v4.4.1 + uses: codecov/codecov-action@v4.5.0 with: token: ${{ secrets.CODECOV_TOKEN }} minimum: @@ -96,7 +96,7 @@ jobs: pytest --cov=torchgeo --cov-report=xml --durations=10 python3 -m torchgeo --help - name: Report coverage - uses: codecov/codecov-action@v4.4.1 + uses: codecov/codecov-action@v4.5.0 with: token: ${{ secrets.CODECOV_TOKEN }} datasets: @@ -129,7 +129,7 @@ jobs: pytest --cov=torchgeo --cov-report=xml --durations=10 python3 -m torchgeo --help - name: Report coverage - uses: codecov/codecov-action@v4.4.1 + uses: codecov/codecov-action@v4.5.0 with: token: ${{ secrets.CODECOV_TOKEN }} concurrency: