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 @@ -33,14 +33,14 @@ jobs:
33
33
34
34
- name : Archive artifacts for x86
35
35
if : matrix.build_platform == '32'
36
- uses : actions/upload-artifact@v2
36
+ uses : actions/upload-artifact@v3
37
37
with :
38
38
name : nppsnippets_dll_linux_x32
39
39
path : NppSnippets.dll
40
40
41
41
- name : Archive artifacts for x64
42
42
if : matrix.build_platform == '64'
43
- uses : actions/upload-artifact@v2
43
+ uses : actions/upload-artifact@v3
44
44
with :
45
45
name : nppsnippets_dll_linux_x64
46
46
path : NppSnippets.dll
Original file line number Diff line number Diff line change @@ -28,21 +28,21 @@ jobs:
28
28
29
29
- name : Archive artifacts for x64
30
30
if : matrix.build_platform == 'x64'
31
- uses : actions/upload-artifact@v2
31
+ uses : actions/upload-artifact@v3
32
32
with :
33
33
name : nppsnippets_dll_x64
34
34
path : ${{ matrix.build_platform }}/${{ matrix.build_configuration }}/NppSnippets.dll
35
35
36
36
- name : Archive artifacts for x32
37
37
if : matrix.build_platform == 'Win32'
38
- uses : actions/upload-artifact@v2
38
+ uses : actions/upload-artifact@v3
39
39
with :
40
40
name : nppsnippets_dll_x32
41
41
path : ${{ matrix.build_platform }}/${{ matrix.build_configuration }}/NppSnippets.dll
42
42
43
43
- name : Archive artifacts for ARM64
44
44
if : matrix.build_platform == 'ARM64'
45
- uses : actions/upload-artifact@v2
45
+ uses : actions/upload-artifact@v3
46
46
with :
47
47
name : nppsnippets_dll_arm64
48
48
path : ${{ matrix.build_platform }}/${{ matrix.build_configuration }}/NppSnippets.dll
You can’t perform that action at this time.
0 commit comments