From 36da6d874aff3c674be1f1ce2832c3d888c8edf9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Jun 2025 09:48:54 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact digest to ea165f8 --- .github/workflows/code-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-test.yaml b/.github/workflows/code-test.yaml index 4ca77f4fd..679998f69 100644 --- a/.github/workflows/code-test.yaml +++ b/.github/workflows/code-test.yaml @@ -54,7 +54,7 @@ jobs: - run: uv sync - run: uv build --wheel - run: "uv run pytest --cov --cov-report xml:coverage.xml" - - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4 + - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: coverage-${{ matrix.project }} path: python/${{ matrix.project }}/coverage.xml