File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
13
13
steps :
14
14
- name : Checkout repository
15
- uses : actions/checkout@v2
15
+ uses : actions/checkout@v4
16
16
with :
17
17
submodules : recursive
18
18
@@ -38,13 +38,13 @@ jobs:
38
38
run : cmake --build build --config RelWithDebInfo
39
39
40
40
- name : Upload openRBRVR.dll
41
- uses : actions/upload-artifact@v2
41
+ uses : actions/upload-artifact@v4
42
42
with :
43
43
name : openRBRVR.dll
44
44
path : build\RelWithDebInfo\openRBRVR.dll
45
45
46
46
- name : Upload openRBRVR.pdb
47
- uses : actions/upload-artifact@v2
47
+ uses : actions/upload-artifact@v4
48
48
with :
49
49
name : openRBRVR.pdb
50
50
path : build\RelWithDebInfo\openRBRVR.pdb
@@ -56,13 +56,13 @@ jobs:
56
56
57
57
steps :
58
58
- name : Checkout repository
59
- uses : actions/checkout@v2
59
+ uses : actions/checkout@v4
60
60
61
61
- name : Fetch tags
62
62
run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
63
63
64
64
- name : Download Build Artifact
65
- uses : actions/download-artifact@v2
65
+ uses : actions/download-artifact@v4
66
66
with :
67
67
name : openRBRVR.dll
68
68
You can’t perform that action at this time.
0 commit comments