diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 9bedb91..2dd951c 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -122,6 +122,6 @@ jobs: if: success() || failure() - name: codecov (${{ matrix.os }}, ${{ matrix.environment-file }}) - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }}