diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c1e1e029..0ad96234 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -103,7 +103,7 @@ jobs: echo '### The cwd should now have a coverage.xml' ls -altr pwd - - uses: codecov/codecov-action@v5.4.3 + - uses: codecov/codecov-action@v5.5.1 name: Codecov Upload env: HAVE_CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN != '' }} @@ -112,7 +112,7 @@ jobs: with: file: ./coverage.xml token: ${{ secrets.CODECOV_TOKEN }} - - uses: codecov/codecov-action@v5.4.3 + - uses: codecov/codecov-action@v5.5.1 name: Codecov Upload with: file: ./coverage.xml @@ -270,7 +270,7 @@ jobs: echo '### The cwd should now have a coverage.xml' ls -altr pwd - - uses: codecov/codecov-action@v5.4.3 + - uses: codecov/codecov-action@v5.5.1 name: Codecov Upload with: file: ./coverage.xml