From 3be24d5b1507de78004ba8c2be30fc497fe2ad54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 22:10:33 +0100 Subject: [PATCH] Merge pull request #1346 from specklesystems/dependabot/github_actions/codecov/codecov-action-6 chore(deps): bump codecov/codecov-action from 5 to 6 --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 822d8977c..9a0678092 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -29,7 +29,7 @@ jobs: run: ./build.sh test-and-pack - name: Upload coverage reports to Codecov with GitHub Action - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: Converters/**/coverage.xml token: ${{ secrets.CODECOV_TOKEN }}