File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
cmake --build . --config ${{env.BUILD_TYPE}}
29
29
30
30
- name : Artifact
31
- uses : actions/upload-artifact@v2
31
+ uses : actions/upload-artifact@v4
32
32
with :
33
33
name : build-artifact
34
34
path : build
41
41
uses : actions/checkout@v2
42
42
43
43
- name : Artifact
44
- uses : actions/download-artifact@v2
44
+ uses : actions/download-artifact@v4
45
45
with :
46
46
name : build-artifact
47
47
path : build
Original file line number Diff line number Diff line change 28
28
cmake --build . --config ${{env.BUILD_TYPE}}
29
29
30
30
- name : Artifact
31
- uses : actions/upload-artifact@v2
31
+ uses : actions/upload-artifact@v4
32
32
with :
33
33
name : build-artifact
34
34
path : build
47
47
echo "C:\Program Files\OpenCppCoverage" >> $GITHUB_PATH
48
48
49
49
- name : Artifact
50
- uses : actions/download-artifact@v2
50
+ uses : actions/download-artifact@v4
51
51
with :
52
52
name : build-artifact
53
53
path : build
You can’t perform that action at this time.
0 commit comments