Skip to content

Commit

Permalink
Update CI to checkout@v4, upload-artifact@v4, setup-node@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
tupaschoal authored Sep 14, 2024
1 parent e37d81a commit 3dfc0be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
- name: Install modules
run: |
mv node_modules/@types .
Expand All @@ -17,7 +17,7 @@ jobs:
- name: Minify
run: npm run minify
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: "OpenRCT2 DevTools"
path: out/devtools.min.js
Expand Down

0 comments on commit 3dfc0be

Please sign in to comment.