diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c39c2f1..15b3b3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: run: npm run test:unit:coverage - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 if: github.repository == 'OpenForgeProject/mageforge-vscode' with: files: ./coverage/lcov.info