diff --git a/.github/workflows/test-backend.yml b/.github/workflows/test-backend.yml index 01d118901..865ca72c9 100644 --- a/.github/workflows/test-backend.yml +++ b/.github/workflows/test-backend.yml @@ -37,7 +37,7 @@ jobs: - run: npm ci - run: npm test || npm test || npm test - - uses: codecov/codecov-action@v1 + - uses: codecov/codecov-action@v3 if: matrix.node == 20 - run: |