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 772fbf0 commit d9bd81bCopy full SHA for d9bd81b
1 file changed
.github/workflows/test.yml
@@ -40,7 +40,7 @@ jobs:
40
run: coverage run -m pytest -vv
41
42
- name: Upload coverage data
43
- uses: actions/upload-artifact@v7.0.0
+ uses: actions/upload-artifact@v7.0.1
44
with:
45
name: coverage-data-${{ runner.os }}
46
path: .coverage*
@@ -65,7 +65,7 @@ jobs:
65
run: python -m pip wheel -w dist .
66
67
- name: Upload wheel as artifact
68
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f #v7.0.0
+ uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a #v7.0.1
69
70
name: clang-tools-pip_wheel
71
path: dist/clang_tools*.whl
0 commit comments