diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index bb32674..6ff4780 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -24,7 +24,7 @@ jobs: - run: npm ci - run: npm run lint - run: npm test - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} - name: Semantic Release (Dry Run)