Skip to content

Commit

Permalink
update github workflow apis
Browse files Browse the repository at this point in the history
  • Loading branch information
wootguy committed Sep 26, 2024
1 parent 1165b4c commit 606fd41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: 'true'

Expand All @@ -27,7 +27,7 @@ jobs:
cmake --build . --config Release
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: bspguy-windows
path: build/Release
Expand All @@ -37,7 +37,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: 'true'

Expand All @@ -52,7 +52,7 @@ jobs:
make
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: bspguy-linux
path: build/bspguy

0 comments on commit 606fd41

Please sign in to comment.