From 9c18c8a9b4c3b304466ae288d8e74af138f983e8 Mon Sep 17 00:00:00 2001 From: "seqeralabs-renovate[bot]" <269134929+seqeralabs-renovate[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 05:59:10 +0000 Subject: [PATCH] chore: update actions/upload-artifact action to v4.6.2 --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f752922..4de3ed8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: run: ./gradlew check - name: Tests reports - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 if: failure() with: name: linux-test-reports @@ -50,7 +50,7 @@ jobs: run: ./gradlew nativeCompile - name: Upload linux native image artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 with: name: migtool-linux-x86 path: build/native/nativeCompile/migtool @@ -62,7 +62,7 @@ jobs: NATIVE_BINARY_PATH: build/native/nativeCompile/migtool - name: TestsNative reports - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 if: failure() with: name: linux-testsNative-reports @@ -126,7 +126,7 @@ jobs: xcrun notarytool submit "notarization.zip" --keychain-profile "notarytool-profile" --wait - name: Upload MacOS native image artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 with: name: migtool-macos-arm64 path: build/native/nativeCompile/migtool