File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,14 +38,14 @@ jobs:
3838
3939 # Step 4: Upload build binary artifacts for deployment
4040 - name : Archive binaries artifacts
41- uses : actions/upload-artifact@v4
41+ uses : actions/upload-artifact@v5
4242 with :
4343 name : ${{env.ARTIFACT_PREFIX}}${{matrix.build_platform}}_${{matrix.build_configuration}}
4444 path : ${{env.BUILD_DIR }}\${{matrix.build_configuration}}\${{matrix.build_platform}}\NPPJSONViewer.dll
4545
4646 # Step 5: Upload build pdb artifacts
4747 - name : Archive symbols artifacts
48- uses : actions/upload-artifact@v4
48+ uses : actions/upload-artifact@v5
4949 with :
5050 name : ${{env.ARTIFACT_PREFIX}}${{matrix.build_platform}}_${{matrix.build_configuration}}_pdb
5151 path : ${{env.BUILD_DIR }}\${{matrix.build_configuration}}\${{matrix.build_platform}}\NPPJSONViewer.pdb
7474
7575 # Step 8: Upload consolidated artifacts as a single artifact
7676 - name : Upload full artifact
77- uses : actions/upload-artifact@v4
77+ uses : actions/upload-artifact@v5
7878 with :
7979 name : ${{env.ARTIFACT_PREFIX}}ALL
8080 path : all_artifacts\**
You can’t perform that action at this time.
0 commit comments