diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 091a218..e906a41 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: - run: npm ci --ignore-scripts --no-audit --no-fund - run: npm test - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5.5.2 + uses: codecov/codecov-action@v5.5.3 with: token: ${{ secrets.CODECOV_TOKEN }} slug: projectwallace/css-code-quality