Skip to content

Commit 606fd41

Browse files
committed
update github workflow apis
1 parent 1165b4c commit 606fd41

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
steps:
1010
- name: Checkout repository
11-
uses: actions/checkout@v2
11+
uses: actions/checkout@v4
1212
with:
1313
submodules: 'true'
1414

@@ -27,7 +27,7 @@ jobs:
2727
cmake --build . --config Release
2828
2929
- name: Upload artifact
30-
uses: actions/upload-artifact@v2
30+
uses: actions/upload-artifact@v4
3131
with:
3232
name: bspguy-windows
3333
path: build/Release
@@ -37,7 +37,7 @@ jobs:
3737

3838
steps:
3939
- name: Checkout repository
40-
uses: actions/checkout@v2
40+
uses: actions/checkout@v4
4141
with:
4242
submodules: 'true'
4343

@@ -52,7 +52,7 @@ jobs:
5252
make
5353
5454
- name: Upload artifact
55-
uses: actions/upload-artifact@v2
55+
uses: actions/upload-artifact@v4
5656
with:
5757
name: bspguy-linux
5858
path: build/bspguy

0 commit comments

Comments
 (0)