diff --git a/.github/workflows/backend-tests.yml b/.github/workflows/backend-tests.yml index 46670e59..a9ec51bb 100644 --- a/.github/workflows/backend-tests.yml +++ b/.github/workflows/backend-tests.yml @@ -157,7 +157,7 @@ jobs: run: npm run test:coverage -- --runInBand --testPathIgnorePatterns="permit-integration|billing-" - name: Upload coverage reports - uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0 + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 with: files: ./backend/coverage/lcov.info flags: backend