diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 309fc53..f53b775 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: run: yarn test - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 release: permissions: write-all