From e67b98d6fe18f97080ffd1056cdfea7eeb023f17 Mon Sep 17 00:00:00 2001 From: Sergey Stepanov Date: Wed, 7 Feb 2024 12:33:29 +0300 Subject: [PATCH] Update Github actions --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 164398e7..c66984d4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/setup-go@v4 + - uses: actions/setup-go@v5 with: go-version: 1.22.0 @@ -77,7 +77,7 @@ jobs: make build test verify-cores - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: emulator-test-frames