Skip to content

Commit 2c53289

Browse files
authored
Update CI to checkout@v4, upload-artifact@v4, action-gh-release@v2
1 parent 16394d7 commit 2c53289

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ jobs:
44
build:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v3
7+
- uses: actions/checkout@v4
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@v3
13+
uses: actions/upload-artifact@v4
1414
with:
1515
name: "OpenRCT2 OpenMusic Objects"
1616
path: out/**/*
1717
- name: Create release
18-
uses: softprops/action-gh-release@v1
18+
uses: softprops/action-gh-release@v2
1919
if: startsWith(github.ref, 'refs/tags/v')
2020
with:
2121
fail_on_unmatched_files: true

0 commit comments

Comments
 (0)