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:
3434
3535 # Step 4: Upload build binary artifacts
3636 - name : Archive binaries artifacts
37- uses : actions/upload-artifact@v3
37+ uses : actions/upload-artifact@v4
3838 with :
3939 name : ${{ matrix.build_platform}}_${{ matrix.build_configuration}}
4040 path : src\Build\Bin\${{ matrix.build_configuration}}\${{ matrix.build_platform}}\NPPJSONViewer.dll
4141
4242 # Step 5: Upload build pdb artifacts
4343 - name : Archive symbols artifacts
44- uses : actions/upload-artifact@v3
44+ uses : actions/upload-artifact@v4
4545 with :
4646 name : ${{ matrix.build_platform}}_${{ matrix.build_configuration}}_pdb
4747 path : src\Build\Bin\${{ matrix.build_configuration}}\${{ matrix.build_platform}}\NPPJSONViewer.pdb
You can’t perform that action at this time.
0 commit comments