From 68f70be22eb9b81ae56279448fbdab4026deca13 Mon Sep 17 00:00:00 2001 From: Tulio Leao Date: Sat, 14 Sep 2024 05:24:15 -0300 Subject: [PATCH] Update CI to checkout@v4, upload-artifact@v4 (#38) --- .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/**/*