From 3d2df5b54bfa520f85d168a530639bc1d88e8d31 Mon Sep 17 00:00:00 2001 From: igor725 Date: Fri, 12 Jul 2024 19:30:33 +0300 Subject: [PATCH] Update actions --- .github/workflows/build.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 411d1c0..7fd1349 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -80,43 +80,43 @@ jobs: steps: - name: Checkout Core repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 path: core - name: Checkout Base plugin - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: igor725/cs-base path: cs-base - name: Checkout Survival plugin - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: igor725/cs-survival path: cs-survival - name: Checkout Lua plugin - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: igor725/cs-lua path: cs-lua - name: Checkout WorldEdit plugin - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: igor725/cs-worldedit path: cs-worldedit - name: Checkout Web plugin - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: igor725/cs-web path: cs-web - name: Detect MSVC (Windows) - uses: ilammy/msvc-dev-cmd@v1 + uses: ilammy/msvc-dev-cmd@v1.13.0 if: ${{matrix.config.os == 'windows'}} with: arch: ${{matrix.config.arch}} @@ -165,7 +165,7 @@ jobs: Start-Process -NoNewWindow -RedirectStandardOutput out\CHANGES git.exe "log --format=medium $lasttag..HEAD" - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: cserver-${{matrix.config.os}}-${{matrix.config.arch}} path: |