diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index b113b9b74..e622987a7 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -640,6 +640,6 @@ jobs: ./tests/test_bar_plugin.py - name: Coverage - Upload Codecov - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file