Skip to content

Commit

Permalink
Update CI to checkout@v4, upload-artifact@v4 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
tupaschoal authored Sep 14, 2024
1 parent dc90d85 commit 68f70be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/**/*

0 comments on commit 68f70be

Please sign in to comment.