diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c22831e51..d600cff37 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -28,7 +28,7 @@ jobs: - name: Run tests with Coverage run: make coverage - name: Upload Code Coverage - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6.0.2 + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 continue-on-error: true with: name: codecov-deck