Skip to content

Commit 36da6d8

Browse files
chore(deps): update actions/upload-artifact digest to ea165f8
1 parent 3c95bc8 commit 36da6d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- run: uv sync
5555
- run: uv build --wheel
5656
- run: "uv run pytest --cov --cov-report xml:coverage.xml"
57-
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
57+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
5858
with:
5959
name: coverage-${{ matrix.project }}
6060
path: python/${{ matrix.project }}/coverage.xml

0 commit comments

Comments
 (0)