diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index fcb28f99..a7fe46fd 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -33,7 +33,7 @@ jobs: - run: tox -e coverage-report - run: tox -e tests-server - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.3.0 + uses: codecov/codecov-action@v4.3.1 with: token: ${{ secrets.CODECOV_TOKEN }} slug: ${{ github.repository }} @@ -55,7 +55,7 @@ jobs: run: pip install tox - run: tox -e tests-noqueue - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.3.0 + uses: codecov/codecov-action@v4.3.1 with: token: ${{ secrets.CODECOV_TOKEN }} slug: ${{ github.repository }} @@ -77,7 +77,7 @@ jobs: run: pip install tox - run: tox -e tests - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.3.0 + uses: codecov/codecov-action@v4.3.1 with: token: ${{ secrets.CODECOV_TOKEN }} slug: ${{ github.repository }}