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