Skip to content

Commit

Permalink
Update CI to checkout@v4, upload-artifact@v4, action-gh-release@v2 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
tupaschoal authored Sep 14, 2024
1 parent 6954ac0 commit 0918c48
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,18 +4,18 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Download ffmpeg, zip
run: sudo apt-get install -y ffmpeg zip
- name: Create sound asset pack
run: node build.mjs --verbose
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: "OpenRCT2 Sound FX Asset Pack"
path: out/**/*
- name: Create release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/v')
with:
fail_on_unmatched_files: true
Expand Down

0 comments on commit 0918c48

Please sign in to comment.