mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-10 14:38:11 -05:00
Update Clang workflow to use latest artifacts
Updated dev_clang workflow to use action/upload-artifact@v4 since v3 is deprecated.
This commit is contained in:
2
.github/workflows/dev_clangformat.yml
vendored
2
.github/workflows/dev_clangformat.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
|
||||
- name: Upload clang-format patch as artifact
|
||||
if: ${{ failure() }}
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: CoolProp-${{ github.sha }}-clang_format.patch
|
||||
path: clang_format.patch
|
||||
|
||||
Reference in New Issue
Block a user