File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,14 @@ jobs:
34
34
35
35
# Step 4: Upload build binary artifacts
36
36
- name : Archive binaries artifacts
37
- uses : actions/upload-artifact@v3
37
+ uses : actions/upload-artifact@v4
38
38
with :
39
39
name : ${{ matrix.build_platform}}_${{ matrix.build_configuration}}
40
40
path : src\Build\Bin\${{ matrix.build_configuration}}\${{ matrix.build_platform}}\NPPJSONViewer.dll
41
41
42
42
# Step 5: Upload build pdb artifacts
43
43
- name : Archive symbols artifacts
44
- uses : actions/upload-artifact@v3
44
+ uses : actions/upload-artifact@v4
45
45
with :
46
46
name : ${{ matrix.build_platform}}_${{ matrix.build_configuration}}_pdb
47
47
path : src\Build\Bin\${{ matrix.build_configuration}}\${{ matrix.build_platform}}\NPPJSONViewer.pdb
You can’t perform that action at this time.
0 commit comments