From 00349e4f8a3c4fb9f70347a8e591f27e7ba40cf3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 16:03:23 +0000 Subject: [PATCH 1/2] Update codecov/codecov-action action to v5 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cdb3eea..afa427b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,7 +36,7 @@ jobs: - name: Build WASM run: make pcdeditor.wasm - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: file: ./cover.out token: ${{ secrets.CODECOV_TOKEN }} From c3165e214d1484d2834509125b5c1af36005affa Mon Sep 17 00:00:00 2001 From: Atsushi Watanabe Date: Wed, 20 Nov 2024 19:51:00 +0900 Subject: [PATCH 2/2] Update .github/workflows/ci.yaml --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index afa427b..e6c37a9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,7 +38,7 @@ jobs: - uses: codecov/codecov-action@v5 with: - file: ./cover.out + files: ./cover.out token: ${{ secrets.CODECOV_TOKEN }} - name: Install