File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
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@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
457
+ uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
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@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
503
+ uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
504
504
with :
505
505
path : |
506
506
build/sphinx-output.log
@@ -705,7 +705,7 @@ jobs:
705
705
make VERBOSE=1 installcheck
706
706
707
707
- name : " Upload install and test results"
708
- uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
708
+ uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
709
709
if : always()
710
710
with :
711
711
name : " build-logs-${{ matrix.os }}-${{ matrix.cpp_compiler }}-${{ matrix.use }}"
@@ -825,7 +825,7 @@ jobs:
825
825
make VERBOSE=1 installcheck
826
826
827
827
- name : " Upload install and test results"
828
- uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
828
+ uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
829
829
if : ${{ always() }}
830
830
with :
831
831
name : " ${{ matrix.NEST_BUILD_TYPE }}-build-logs-${{ matrix.os }}-${{ matrix.cpp_compiler }}"
You can’t perform that action at this time.
0 commit comments