File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -48,19 +48,19 @@ jobs:
48
48
run : msbuild /m /p:Configuration=${{matrix.buildconfig}} ${{ env.appsSolutionName }}
49
49
50
50
- name : Upload VSIX 2019 Extension Artifacts
51
- uses : actions/upload-artifact@v2
51
+ uses : actions/upload-artifact@v3
52
52
with :
53
53
name : CompileScore-VSIX2019-${{matrix.buildconfig}}
54
54
path : ${{env.appsDir}}/VSIX16/bin/${{matrix.buildconfig}}/CompileScore.vsix
55
55
56
56
- name : Upload VSIX 2022 Extension Artifacts
57
- uses : actions/upload-artifact@v2
57
+ uses : actions/upload-artifact@v3
58
58
with :
59
59
name : CompileScore-VSIX2022-${{matrix.buildconfig}}
60
60
path : ${{env.appsDir}}/VSIX17/bin/${{matrix.buildconfig}}/CompileScore.vsix
61
61
62
62
- name : Upload App Artifacts
63
- uses : actions/upload-artifact@v2
63
+ uses : actions/upload-artifact@v3
64
64
with :
65
65
name : CompileScore-App-${{matrix.buildconfig}}
66
66
path : ${{env.appsDir}}/WPF/bin/${{matrix.buildconfig}}/*
Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ jobs:
39
39
run : msbuild /m /p:Configuration=${{matrix.buildconfig}} /p:Platform=${{matrix.buildplatform}} ${{ env.solutionName }}
40
40
41
41
- name : Upload Artifacts 1
42
- uses : actions/upload-artifact@v2
42
+ uses : actions/upload-artifact@v3
43
43
with :
44
44
name : CompileScore-Extractor-${{matrix.buildplatform}}-${{matrix.buildconfig}}
45
45
path : ${{env.baseDir}}/bin/${{matrix.buildplatform}}/${{matrix.buildconfig}}/*.exe
46
46
47
47
- name : Upload Artifacts 2
48
- uses : actions/upload-artifact@v2
48
+ uses : actions/upload-artifact@v3
49
49
with :
50
50
name : CompileScore-Extractor-${{matrix.buildplatform}}-${{matrix.buildconfig}}
51
51
path : ${{env.baseDir}}/bin/${{matrix.buildplatform}}/${{matrix.buildconfig}}/*.dll
You can’t perform that action at this time.
0 commit comments