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 @@ -454,7 +454,7 @@ jobs:
454454 make docs |& tee sphinx-output.log
455455
456456 - name : Upload artifacts
457- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
457+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
458458 with :
459459 name : " sphinx-rtd output"
460460 path : |
@@ -500,7 +500,7 @@ jobs:
500500 make html |& tee sphinx-output.log
501501
502502 - name : Upload artifacts
503- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
503+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
504504 with :
505505 path : |
506506 build/sphinx-output.log
@@ -716,7 +716,7 @@ jobs:
716716 make VERBOSE=1 installcheck
717717
718718 - name : " Upload install and test results"
719- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
719+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
720720 if : always()
721721 with :
722722 name : " build-logs-${{ matrix.os }}-${{ matrix.cpp_compiler }}-${{ matrix.use }}"
@@ -844,7 +844,7 @@ jobs:
844844 make VERBOSE=1 installcheck
845845
846846 - name : " Upload install and test results"
847- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
847+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
848848 if : ${{ always() }}
849849 with :
850850 name : " ${{ matrix.NEST_BUILD_TYPE }}-build-logs-${{ matrix.os }}-${{ matrix.cpp_compiler }}"
Original file line number Diff line number Diff line change 6363 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6464 # format to the repository Actions tab.
6565 - name : " Upload artifact"
66- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
66+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
6767 with :
6868 name : SARIF file
6969 path : results.sarif
You can’t perform that action at this time.
0 commit comments