Skip to content

Commit 6014a77

Browse files
Bump actions/download-artifact from 2 to 3 (#51)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/download-artifact 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 58d20b8 commit 6014a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
python-version: "3.8"
7272

7373
- name: download wheel artifact
74-
uses: actions/download-artifact@v2
74+
uses: actions/download-artifact@v3
7575
with:
7676
name: clang-tools-pip_wheel
7777
path: dist

0 commit comments

Comments
 (0)