Skip to content

Commit

Permalink
Upgrade github actions versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Mar 26, 2024
1 parent 2c0fcad commit 0516cca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:

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

Expand All @@ -49,14 +49,14 @@ jobs:
pwsh .\build.ps1 -x64:$x64param -arm64:$arm64param -vs2008:$vs2008param
- name: upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: libraries.zip
path: dist/*.zip
if-no-files-found: ignore

- name: release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: dist/*.zip

0 comments on commit 0516cca

Please sign in to comment.