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