From d65941befac409e77b460fa5f516e6fbde16d039 Mon Sep 17 00:00:00 2001 From: Nir Rubin <63152795+impervius@users.noreply.github.com> Date: Sat, 26 Jul 2025 20:23:00 +0300 Subject: [PATCH] Update upload-artifact action --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index ca9ffeab..20be01ed 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -69,7 +69,7 @@ jobs: run: ctest --build-config "${BUILD_TYPE}" --output-on-failure -R '^[A-Z]' - name: Upload Build Artifacts - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v4 with: name: BinDiff-${{ runner.os }} path: |