Skip to content

Commit

Permalink
Update CI to checkout@v4, upload-artifact@v4, action-gh-release@v2 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
tupaschoal committed Sep 14, 2024
1 parent e843b4a commit bf0de91
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 @@ -9,18 +9,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Package Replays
run: ./package.ps1
id: package
- name: Upload artifacts (CI)
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: replays
path: artifacts/replays.zip
if-no-files-found: error
- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
body: SHA1:${{ steps.package.outputs.SHA1 }}
Expand Down

0 comments on commit bf0de91

Please sign in to comment.