diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c47074..f3a79ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,7 +110,7 @@ jobs: - name: Upload coverage to Codecov if: github.event_name == 'push' && github.repository == 'roofsonfire/chat' - uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1 + uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2 continue-on-error: true with: files: ./coverage/coverage-final.json