This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch release/10.5.0 in repository https://gitbox.apache.org/repos/asf/logging-parent.git
commit 94b03204d06f23488ccbae84e1cab43bbfdec91e Author: ASF Logging Services RM <[email protected]> AuthorDate: Fri Dec 15 10:12:59 2023 +0000 Update `actions/upload-artifact` to version `4.0.0` (#83) --- .github/workflows/build-reusable.yaml | 4 ++-- .github/workflows/scorecards-analysis-reusable.yaml | 2 +- src/changelog/.10.x.x/update_actions_upload_artifact.xml | 8 ++++++++ src/site/_release-notes/_10.x.x.adoc | 1 + 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-reusable.yaml b/.github/workflows/build-reusable.yaml index 41c4d97..82424dd 100644 --- a/.github/workflows/build-reusable.yaml +++ b/.github/workflows/build-reusable.yaml @@ -80,7 +80,7 @@ jobs: # We upload tests results if the build fails. - name: Upload test results if: failure() && steps.build.conclusion == 'failure' - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # 3.1.3 + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # 4.0.0 with: name: surefire-${{matrix.os}}-${{github.run_number}}-${{github.run_attempt}} path: | @@ -101,7 +101,7 @@ jobs: # We reproducibility results if the build fails. - name: Upload reproducibility results if: failure() && steps.reproducibility.conclusion == 'failure' - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # 3.1.3 + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # 4.0.0 with: name: reproducibility-${{matrix.os}}-${{github.run_number}}-${{github.run_attempt}} path: | diff --git a/.github/workflows/scorecards-analysis-reusable.yaml b/.github/workflows/scorecards-analysis-reusable.yaml index 4383b16..cc01db3 100644 --- a/.github/workflows/scorecards-analysis-reusable.yaml +++ b/.github/workflows/scorecards-analysis-reusable.yaml @@ -47,7 +47,7 @@ jobs: publish_results: true - name: "Upload artifact" - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # 3.1.0 + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # 3.1.0 with: name: SARIF file path: results.sarif diff --git a/src/changelog/.10.x.x/update_actions_upload_artifact.xml b/src/changelog/.10.x.x/update_actions_upload_artifact.xml new file mode 100644 index 0000000..839e3b4 --- /dev/null +++ b/src/changelog/.10.x.x/update_actions_upload_artifact.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns="http://logging.apache.org/log4j/changelog" + xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd" + type="changed"> + <issue id="83" link="https://github.com/apache/logging-parent/pull/83"/> + <description format="asciidoc">Update `actions/upload-artifact` to version `4.0.0`</description> +</entry> diff --git a/src/site/_release-notes/_10.x.x.adoc b/src/site/_release-notes/_10.x.x.adoc index fc5a846..6ef81d5 100644 --- a/src/site/_release-notes/_10.x.x.adoc +++ b/src/site/_release-notes/_10.x.x.adoc @@ -45,6 +45,7 @@ This minor release contains several small improvements. * Switch from `bnd:jar` to `bnd:bnd-process` to improve integration with the ecosystem; IDEs, Maven plugins, etc. (https://github.com/apache/logging-parent/issues/69[69]) * Update `actions/setup-java` to version `4.0.0` (https://github.com/apache/logging-parent/pull/67[67]) +* Update `actions/upload-artifact` to version `4.0.0` (https://github.com/apache/logging-parent/pull/83[83]) * Update `biz.aQute.bnd:bnd-baseline-maven-plugin` to version `7.0.0` (https://github.com/apache/logging-parent/pull/78[78]) * Update `com.diffplug.spotless:spotless-maven-plugin` to version `2.41.1` (https://github.com/apache/logging-parent/pull/70[70]) * Update `com.github.spotbugs:spotbugs-annotations` to version `4.8.3` (https://github.com/apache/logging-parent/pull/80[80])
