Skip to content

Commit

Permalink
chore: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Bush2021 committed May 10, 2024
1 parent 72c9398 commit 07c466c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout Repo
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.4
with:
submodules: 'true'

Expand All @@ -36,7 +36,7 @@ jobs:
run: xmake

- name: Upload DLL
uses: actions/upload-artifact@v4.3.2
uses: actions/upload-artifact@v4.3.3
with:
name: ${{ matrix.name }}
path: build/release

0 comments on commit 07c466c

Please sign in to comment.