diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ae26337..b038220 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: - name: Coverage run: npm run coverage - name: Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: file: coverage/lcov.info - name: Test Electron