From 67fe92cf796b29cfb05799ca41b18fa892de305b Mon Sep 17 00:00:00 2001 From: Jeff Henning <17114032+henningjp@users.noreply.github.com> Date: Thu, 13 Feb 2025 11:08:05 -0500 Subject: [PATCH] Update Clang workflow to use latest artifacts Updated dev_clang workflow to use action/upload-artifact@v4 since v3 is deprecated. --- .github/workflows/dev_clangformat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev_clangformat.yml b/.github/workflows/dev_clangformat.yml index ecdf6f27..010222b9 100644 --- a/.github/workflows/dev_clangformat.yml +++ b/.github/workflows/dev_clangformat.yml @@ -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