diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 3476a33b..68459413 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.4.1 + uses: codecov/codecov-action@v4.5.0 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.4.1 + uses: codecov/codecov-action@v4.5.0 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.4.1 + uses: codecov/codecov-action@v4.5.0 with: token: ${{ secrets.CODECOV_TOKEN }} slug: ${{ github.repository }}