Skip to content

Commit 1d4b8c3

Browse files
committed
Github action: Update workflow to use upload-artifact v6
1 parent a9404b5 commit 1d4b8c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/clang-tidy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
shell: bash
5454
working-directory: build
5555
- name: Upload clang-tidy log
56-
uses: actions/upload-artifact@v4
56+
uses: actions/upload-artifact@v6
5757
if: always()
5858
with:
5959
name: libosmium-${{ github.sha }}-clang-tidy-${{ matrix.clang }}-log

0 commit comments

Comments
 (0)