From b43a5fb15b5871572c18666771fe21b7b8556514 Mon Sep 17 00:00:00 2001 From: Tulio Leao Date: Fri, 13 Sep 2024 22:26:32 -0300 Subject: [PATCH] Update CI to checkout@v4, upload-artifact@v4 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca6fd1e..6b44aab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Download gxc run: | curl -Lo tools.tar.gz https://github.com/IntelOrca/libsawyer/releases/download/v1.1.0/libsawyer-tools-linux-x64.tar.gz @@ -14,7 +14,7 @@ jobs: - name: Create graphics asset pack run: node build.mjs --verbose - name: Upload artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: "OpenRCT2 Open Graphics Asset Pack" path: out/**/*