Skip to content

Commit

Permalink
Update used actions to ones that are node20 based
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-wh committed Oct 16, 2024
1 parent b076455 commit 226e11b
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 @@ -31,7 +31,7 @@ jobs:
target: x86

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true

Expand Down Expand Up @@ -123,15 +123,15 @@ jobs:
- name: Zip files
if: startsWith(github.ref, 'refs/tags/v')
uses: vimtor/action-zip@v1.1
uses: vimtor/action-zip@v1.2
with:
files: dist/
recursive: true
dest: ${{env.RELEASE_NAME}}.zip

- name: Make Release
if: startsWith(github.ref, 'refs/tags/v')
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: ${{env.RELEASE_NAME}}.zip
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 226e11b

Please sign in to comment.