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:
Jeff Henning
2025-02-13 11:08:05 -05:00
committed by GitHub
parent 4bc386d499
commit 67fe92cf79

View File

@@ -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