Skip to content

Commit 3861d1d

Browse files
chore: Bump actions/upload-artifact from 4 to 5 (#132)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9cd2373 commit 3861d1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: coverage run -m pytest -vv
4444

4545
- name: Upload coverage data
46-
uses: actions/upload-artifact@v4
46+
uses: actions/upload-artifact@v5
4747
with:
4848
name: coverage-data-${{ runner.os }}
4949
path: .coverage*
@@ -68,7 +68,7 @@ jobs:
6868
run: python -m pip wheel -w dist .
6969

7070
- name: Upload wheel as artifact
71-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 #v4
71+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 #v4
7272
with:
7373
name: clang-tools-pip_wheel
7474
path: dist/*.whl

0 commit comments

Comments
 (0)