diff --git a/.github/workflows/dockerised-postgres.yml b/.github/workflows/dockerised-postgres.yml index 953e9865..71ca99fa 100644 --- a/.github/workflows/dockerised-postgres.yml +++ b/.github/workflows/dockerised-postgres.yml @@ -68,7 +68,7 @@ jobs: output-file: coverage-docker.xml - name: Upload coverage to Codecov if: always() - uses: codecov/codecov-action@v6.0.0 + uses: codecov/codecov-action@v6.0.1 with: token: ${{ secrets.codecov_token }} flags: unittests diff --git a/.github/workflows/oldest-postgres.yml b/.github/workflows/oldest-postgres.yml index 1b82aad9..5f2e652e 100644 --- a/.github/workflows/oldest-postgres.yml +++ b/.github/workflows/oldest-postgres.yml @@ -89,7 +89,7 @@ jobs: path: /tmp/pytest-of-runner/** - name: Upload coverage to Codecov if: always() - uses: codecov/codecov-action@v6.0.0 + uses: codecov/codecov-action@v6.0.1 with: token: ${{ secrets.codecov_token }} flags: unittests diff --git a/.github/workflows/single-postgres-windows.yml b/.github/workflows/single-postgres-windows.yml index 9e97bea9..c092b954 100644 --- a/.github/workflows/single-postgres-windows.yml +++ b/.github/workflows/single-postgres-windows.yml @@ -87,7 +87,7 @@ jobs: path: ${{ runner.temp }}/pytest-basetemp/** - name: Upload coverage to Codecov if: always() - uses: codecov/codecov-action@v6.0.0 + uses: codecov/codecov-action@v6.0.1 with: token: ${{ secrets.codecov_token }} flags: unittests diff --git a/.github/workflows/single-postgres.yml b/.github/workflows/single-postgres.yml index 8951543f..9e130e55 100644 --- a/.github/workflows/single-postgres.yml +++ b/.github/workflows/single-postgres.yml @@ -103,7 +103,7 @@ jobs: path: ${{ runner.temp }}/pytest-basetemp/** - name: Upload coverage to Codecov if: always() - uses: codecov/codecov-action@v6.0.0 + uses: codecov/codecov-action@v6.0.1 with: token: ${{ secrets.codecov_token }} flags: unittests