diff --git a/.github/workflows/dockerised-postgres.yml b/.github/workflows/dockerised-postgres.yml index 00b1a71e..1496c8be 100644 --- a/.github/workflows/dockerised-postgres.yml +++ b/.github/workflows/dockerised-postgres.yml @@ -59,7 +59,7 @@ jobs: python-version: ${{ matrix.python-version }} command: pytest -n 0 -k docker --postgresql-host=localhost --postgresql-port 5433 --postgresql-password=postgres --cov-report=xml:coverage-docker.xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5.0.2 + uses: codecov/codecov-action@v5.0.7 with: token: ${{ secrets.codecov_token }} flags: unittests diff --git a/.github/workflows/single-postgres.yml b/.github/workflows/single-postgres.yml index 2a330c2c..cabd8e36 100644 --- a/.github/workflows/single-postgres.yml +++ b/.github/workflows/single-postgres.yml @@ -65,7 +65,7 @@ jobs: name: postgresql-${{ matrix.python-version }}-${{ inputs.postgresql }} path: /tmp/pytest-of-runner/** - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5.0.2 + uses: codecov/codecov-action@v5.0.7 with: token: ${{ secrets.codecov_token }} flags: unittests