diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9846ae14..8eece382 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,4 +29,4 @@ jobs: - name: i18n_extract run: npm run i18n_extract - name: Coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 diff --git a/.github/workflows/manual-publish.yml b/.github/workflows/manual-publish.yml index 41525494..9fee3809 100644 --- a/.github/workflows/manual-publish.yml +++ b/.github/workflows/manual-publish.yml @@ -26,7 +26,7 @@ jobs: - name: i18n_extract run: npm run i18n_extract - name: Coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 - name: Build run: npm run build # NPM expects to be authenticated for publishing. This step will fail CI if NPM is not authenticated diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f1c94acd..b66b4ee4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: - name: i18n_extract run: npm run i18n_extract - name: Coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 - name: Build run: npm run build - name: Release