Commit c7e2d7e 1 parent 72acef9 commit c7e2d7e Copy full SHA for c7e2d7e
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,15 +32,15 @@ jobs:
32
32
- name : Build
33
33
run : cmake --build build/
34
34
- name : Upload launcher build as artifact
35
- uses : actions/upload-artifact@v3
35
+ uses : actions/upload-artifact@v4
36
36
with :
37
37
name : northstar-launcher
38
38
path : |
39
39
build/game/*.exe
40
40
build/game/*.dll
41
41
build/game/bin/x64_retail/*.dll
42
42
- name : Upload debug build artifact
43
- uses : actions/upload-artifact@v3
43
+ uses : actions/upload-artifact@v4
44
44
with :
45
45
name : launcher-debug-files
46
46
path : |
@@ -53,12 +53,12 @@ jobs:
53
53
runs-on : ubuntu-22.04
54
54
steps :
55
55
- name : Download compiled launcher
56
- uses : actions/download-artifact@v3
56
+ uses : actions/download-artifact@v4
57
57
with :
58
58
name : northstar-launcher
59
59
path : northstar-launcher
60
60
- name : Download compiled launcher
61
- uses : actions/download-artifact@v3
61
+ uses : actions/download-artifact@v4
62
62
with :
63
63
name : launcher-debug-files
64
64
path : launcher-debug-files
You can’t perform that action at this time.
0 commit comments