Skip to content

Commit d9bd81b

Browse files
chore: Bump actions/upload-artifact in the actions group (#160)
1 parent 772fbf0 commit d9bd81b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: coverage run -m pytest -vv
4141

4242
- name: Upload coverage data
43-
uses: actions/upload-artifact@v7.0.0
43+
uses: actions/upload-artifact@v7.0.1
4444
with:
4545
name: coverage-data-${{ runner.os }}
4646
path: .coverage*
@@ -65,7 +65,7 @@ jobs:
6565
run: python -m pip wheel -w dist .
6666

6767
- name: Upload wheel as artifact
68-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f #v7.0.0
68+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a #v7.0.1
6969
with:
7070
name: clang-tools-pip_wheel
7171
path: dist/clang_tools*.whl

0 commit comments

Comments
 (0)