Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .github/workflows/llvm-build-bump-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:

- name: Upload artifact
id: upload-clang-format-git
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: ${{ env.CLANG_FORMAT_GIT }}-${{ env.OS_PLATFORM }}-${{ env.OS_ARCH }}
path: dist/git-clang-format
Expand All @@ -121,7 +121,7 @@ jobs:

- name: Upload artifact
id: upload-clang-format-git-python
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: git-clang-format
path: clang/tools/clang-format/git-clang-format
Expand All @@ -147,7 +147,7 @@ jobs:

- name: Upload artifact
id: upload-clang-format-node
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: ${{ env.CLANG_FORMAT_NODE }}-${{ env.OS_PLATFORM }}-${{ env.OS_ARCH }}
path: build/bin/clang-format
Expand Down Expand Up @@ -249,7 +249,7 @@ jobs:

- name: Upload artifact
id: upload-clang-format-git
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: ${{ env.CLANG_FORMAT_GIT }}-linux-${{ matrix.docker.node-name }}
path: ./${{ env.CLANG_FORMAT_GIT }}-linux-${{ matrix.docker.node-name }}/git-clang-format
Expand All @@ -267,7 +267,7 @@ jobs:

- name: Upload artifact
id: upload-clang-format-node
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: ${{ env.CLANG_FORMAT_NODE }}-linux-${{ matrix.docker.node-name }}
path: ./${{ env.CLANG_FORMAT_NODE }}-linux-${{ matrix.docker.node-name }}/clang-format
Expand Down Expand Up @@ -332,7 +332,7 @@ jobs:

- name: Upload artifact
id: upload-clang-format-git
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: ${{ env.CLANG_FORMAT_GIT }}-${{ env.OS_PLATFORM }}-${{ env.OS_ARCH }}
path: dist/git-clang-format
Expand All @@ -358,7 +358,7 @@ jobs:

- name: Upload artifact
id: upload-clang-format-node
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: ${{ env.CLANG_FORMAT_NODE }}-${{ env.OS_PLATFORM }}-${{ env.OS_ARCH }}
path: build/bin/clang-format
Expand Down Expand Up @@ -412,7 +412,7 @@ jobs:

- name: Upload artifact
id: upload-clang-format-git
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: ${{ env.CLANG_FORMAT_GIT }}-${{ env.OS_PLATFORM }}-${{ env.OS_ARCH }}
path: dist\git-clang-format.exe
Expand All @@ -435,7 +435,7 @@ jobs:

- name: Upload artifact
id: upload-clang-format-node
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: ${{ env.CLANG_FORMAT_NODE }}-${{ env.OS_PLATFORM }}-${{ env.OS_ARCH }}
path: build\bin\clang-format.exe
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-cross-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: mkdir packs && npm pack --workspace packages --pack-destination packs

- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: packs
path: ./packs
Expand Down