diff --git a/.github/workflows/build-reusable.yaml b/.github/workflows/build-reusable.yaml index 41c4d973..82424ddb 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 4383b162..cc01db3a 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 00000000..839e3b48 --- /dev/null +++ b/src/changelog/.10.x.x/update_actions_upload_artifact.xml @@ -0,0 +1,8 @@ + + + + Update `actions/upload-artifact` to version `4.0.0` + diff --git a/src/site/_release-notes/_10.x.x.adoc b/src/site/_release-notes/_10.x.x.adoc index fc5a8461..6ef81d5e 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])