File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114 omitPrereleaseDuringUpdate : true
115115 updateOnlyUnreleased : false
116116
117- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
117+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
118118 with :
119119 name : NIMS Artifacts
120120 path : ./packages/service/dist/ # path/to/artifact
Original file line number Diff line number Diff line change 5858 working-directory : ./packages/generator
5959
6060 - name : Upload test results
61- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
61+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
6262 with :
6363 name : test_results_system_${{ matrix.configuration }}
6464 path : |
Original file line number Diff line number Diff line change 6767 working-directory : ./packages/service
6868
6969 - name : Upload test results
70- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
70+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
7171 with :
7272 name : test_results_unit_${{ matrix.os }}_py${{ matrix.python-version }}
7373 path : ./packages/service/test_results/*.xml
You can’t perform that action at this time.
0 commit comments