diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7c06581..3a988e1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,6 +24,6 @@ jobs: npm ci npm test - name: Upload code coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: file: ./coverage/coverage-final.json