From 2f1436a4fa6f80023f1f5c61742726c69cdfb6d2 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Sun, 15 Sep 2024 21:10:30 +0200 Subject: [PATCH] artifact v4 --- .github/workflows/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 81bcd7b..2fd2030 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: name: check-clang-format runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Run clang-format style check. uses: jidicula/clang-format-action@v4.5.0 with: @@ -33,7 +33,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install dependencies uses: awalsh128/cache-apt-pkgs-action@latest @@ -57,7 +57,7 @@ jobs: done; - name: Upload binary - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: akashi-linux path: bin/ @@ -112,7 +112,7 @@ jobs: runs-on: windows-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: ilammy/msvc-dev-cmd@v1 - name: Cache Qt @@ -151,7 +151,7 @@ jobs: copy .\openssl-1.1\x64\bin\libssl-1_1-x64.dll .\bin\libssl-1_1-x64.dll - name: Upload zip - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: akashi-windows path: bin\