We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cd2373 commit 3861d1dCopy full SHA for 3861d1d
.github/workflows/python-test.yml
@@ -43,7 +43,7 @@ jobs:
43
run: coverage run -m pytest -vv
44
45
- name: Upload coverage data
46
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
47
with:
48
name: coverage-data-${{ runner.os }}
49
path: .coverage*
@@ -68,7 +68,7 @@ jobs:
68
run: python -m pip wheel -w dist .
69
70
- name: Upload wheel as artifact
71
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 #v4
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 #v4
72
73
name: clang-tools-pip_wheel
74
path: dist/*.whl
0 commit comments