Skip to content

Commit 68f70be

Browse files
authored
Update CI to checkout@v4, upload-artifact@v4 (#38)
1 parent dc90d85 commit 68f70be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
build:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v2
7+
- uses: actions/checkout@v4
88
- name: Download gxc
99
run: |
1010
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:
1414
- name: Create graphics asset pack
1515
run: node build.mjs --verbose
1616
- name: Upload artifacts
17-
uses: actions/upload-artifact@v2
17+
uses: actions/upload-artifact@v4
1818
with:
1919
name: "OpenRCT2 Open Graphics Asset Pack"
2020
path: out/**/*

0 commit comments

Comments
 (0)