From 15c661189eec30b2e5fefa3a24cabdadd476d430 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 21:02:42 +0000 Subject: [PATCH] chore(deps): bump codecov/test-results-action Bumps [codecov/test-results-action](https://github.com/codecov/test-results-action) from 6ba3fdeec616fb91fd6a389b788a2366835a0fa2 to 0fa95f0e1eeaafde2c782583b36b28ad0d8c77d3. - [Release notes](https://github.com/codecov/test-results-action/releases) - [Commits](https://github.com/codecov/test-results-action/compare/6ba3fdeec616fb91fd6a389b788a2366835a0fa2...0fa95f0e1eeaafde2c782583b36b28ad0d8c77d3) --- updated-dependencies: - dependency-name: codecov/test-results-action dependency-version: 0fa95f0e1eeaafde2c782583b36b28ad0d8c77d3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e40e297..9b1c840 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: - name: Upload test results to Codecov if: always() - uses: codecov/test-results-action@6ba3fdeec616fb91fd6a389b788a2366835a0fa2 # v1.2.1 + uses: codecov/test-results-action@0fa95f0e1eeaafde2c782583b36b28ad0d8c77d3 # v1.2.1 with: files: target/nextest/applet/junit.xml,target/nextest/standalone/junit.xml token: ${{ secrets.CODECOV_TOKEN }}