Skip to content

Commit 1208605

Browse files
Bump actions/upload-artifact from 2 to 4 (#6)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v4) --- updated-dependencies: - dependency-name: actions/upload-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 66760cc commit 1208605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clang-tools-amd64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
cat clang-query-${{ env.suffix }}.sha512sum
147147
cat clang-tidy-${{ env.suffix }}.sha512sum
148148
- name: upload artifacts
149-
uses: actions/upload-artifact@v2
149+
uses: actions/upload-artifact@v4
150150
with:
151151
name: clang-tools
152152
path: "${{ matrix.release }}${{ matrix.bindir }}/clang-*-${{ env.suffix }}*"

0 commit comments

Comments
 (0)