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 1/2] 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: | From df28f5ae4f7a9f03728487b795a793f07dd8fc5c Mon Sep 17 00:00:00 2001 From: impervius <63152795+impervius@users.noreply.github.com> Date: Sat, 27 Dec 2025 23:56:24 +0200 Subject: [PATCH 2/2] Update more actions --- .github/workflows/cmake.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 20be01ed..074648d8 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -17,10 +17,10 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: path: bindiff - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: repository: google/binexport path: binexport @@ -44,7 +44,7 @@ jobs: - name: Enable Developer Command Prompt (Windows) if: matrix.os == 'windows-2022' - uses: ilammy/msvc-dev-cmd@v1.12.1 + uses: ilammy/msvc-dev-cmd@v1.13.0 - name: Enable mold linker (Linux) if: matrix.os == 'ubuntu-22.04' @@ -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@v4 + uses: actions/upload-artifact@v6 with: name: BinDiff-${{ runner.os }} path: |