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:
454
454
make docs |& tee sphinx-output.log
455
455
456
456
- name : Upload artifacts
457
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
457
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
458
458
with :
459
459
name : " sphinx-rtd output"
460
460
path : |
@@ -500,7 +500,7 @@ jobs:
500
500
make html |& tee sphinx-output.log
501
501
502
502
- name : Upload artifacts
503
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
503
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
504
504
with :
505
505
path : |
506
506
build/sphinx-output.log
@@ -716,7 +716,7 @@ jobs:
716
716
make VERBOSE=1 installcheck
717
717
718
718
- name : " Upload install and test results"
719
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
719
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
720
720
if : always()
721
721
with :
722
722
name : " build-logs-${{ matrix.os }}-${{ matrix.cpp_compiler }}-${{ matrix.use }}"
@@ -843,7 +843,7 @@ jobs:
843
843
make VERBOSE=1 installcheck
844
844
845
845
- name : " Upload install and test results"
846
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
846
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
847
847
if : ${{ always() }}
848
848
with :
849
849
name : " ${{ matrix.NEST_BUILD_TYPE }}-build-logs-${{ matrix.os }}-${{ matrix.cpp_compiler }}"
Original file line number Diff line number Diff line change 63
63
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
64
64
# format to the repository Actions tab.
65
65
- name : " Upload artifact"
66
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
66
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
67
67
with :
68
68
name : SARIF file
69
69
path : results.sarif
You can’t perform that action at this time.
0 commit comments