Skip to content

Commit b8fbaa9

Browse files
Bump actions/upload-artifact from 3.1.3 to 4.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.3 to 4.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@a8a3f3a...c7d193f) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f3e67a5 commit b8fbaa9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/nestbuildmatrix.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ jobs:
454454
make docs |& tee sphinx-output.log
455455
456456
- name: Upload artifacts
457-
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
457+
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.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@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
503+
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
504504
with:
505505
path: |
506506
build/sphinx-output.log
@@ -705,7 +705,7 @@ jobs:
705705
make VERBOSE=1 installcheck
706706
707707
- name: "Upload install and test results"
708-
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
708+
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
709709
if: always()
710710
with:
711711
name: "build-logs-${{ matrix.os }}-${{ matrix.cpp_compiler }}-${{ matrix.use }}"
@@ -825,7 +825,7 @@ jobs:
825825
make VERBOSE=1 installcheck
826826
827827
- name: "Upload install and test results"
828-
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
828+
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
829829
if: ${{ always() }}
830830
with:
831831
name: "${{ matrix.NEST_BUILD_TYPE }}-build-logs-${{ matrix.os }}-${{ matrix.cpp_compiler }}"

0 commit comments

Comments
 (0)