We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e40505 commit c029c50Copy full SHA for c029c50
.github/workflows/ci.yml
@@ -4,13 +4,13 @@ jobs:
4
build:
5
runs-on: ubuntu-latest
6
steps:
7
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
8
- name: Download ffmpeg, zip
9
run: sudo apt-get update && sudo apt-get install -y ffmpeg zip
10
- name: Create music objects
11
run: node build.mjs --verbose
12
- name: Upload artifacts
13
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
14
with:
15
name: "OpenRCT2 OpenMusic Objects"
16
path: out/**/*
0 commit comments