Skip to content

Commit

Permalink
Update GitHub action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharparam committed Dec 2, 2024
1 parent 714b4c6 commit f371edb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run build script
run: ./bin/build -vc
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: mod
path: build/*.zip
- name: Create release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: success() && startsWith(github.ref, 'refs/tags/v')
with:
draft: true
Expand Down

0 comments on commit f371edb

Please sign in to comment.