We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc90d85 commit 68f70beCopy full SHA for 68f70be
.github/workflows/ci.yml
@@ -4,7 +4,7 @@ jobs:
4
build:
5
runs-on: ubuntu-latest
6
steps:
7
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
8
- name: Download gxc
9
run: |
10
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:
14
- name: Create graphics asset pack
15
run: node build.mjs --verbose
16
- name: Upload artifacts
17
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
18
with:
19
name: "OpenRCT2 Open Graphics Asset Pack"
20
path: out/**/*
0 commit comments