diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2191c09df..00a65e872 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -57,7 +57,7 @@ jobs: run: mage ${MAGEARGS} tests:ci - name: Upload Coverage id: upload_coverage - uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v4 + uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v4 continue-on-error: true with: token: ${{secrets.CODECOV_TOKEN}}