Skip to content

Commit c029c50

Browse files
authored
Update ci.yml for Node 16
1 parent 6e40505 commit c029c50

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,13 +4,13 @@ jobs:
44
build:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v2
7+
- uses: actions/checkout@v3
88
- name: Download ffmpeg, zip
99
run: sudo apt-get update && sudo apt-get install -y ffmpeg zip
1010
- name: Create music objects
1111
run: node build.mjs --verbose
1212
- name: Upload artifacts
13-
uses: actions/upload-artifact@v2
13+
uses: actions/upload-artifact@v3
1414
with:
1515
name: "OpenRCT2 OpenMusic Objects"
1616
path: out/**/*

0 commit comments

Comments
 (0)