diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 22cdebe..37f8d76 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: - run: node --version - run: npm install - run: npm test - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: name: actions ${{ matrix.node }} lint: