From 9f94c220bc18a11ea69dd982a17d13e450078b29 Mon Sep 17 00:00:00 2001 From: ASF Logging Services RM Date: Mon, 2 Sep 2024 11:03:56 +0000 Subject: [PATCH] Update `actions/upload-artifact` to version `4.4.0` (#233) --- .github/workflows/build-reusable.yaml | 4 ++-- .github/workflows/scorecards-analysis-reusable.yaml | 2 +- src/changelog/.11.x.x/update_actions_upload_artifact.xml | 8 ++++++++ 3 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 src/changelog/.11.x.x/update_actions_upload_artifact.xml diff --git a/.github/workflows/build-reusable.yaml b/.github/workflows/build-reusable.yaml index 9f6fe642..d3506e75 100644 --- a/.github/workflows/build-reusable.yaml +++ b/.github/workflows/build-reusable.yaml @@ -113,7 +113,7 @@ jobs: # We upload tests results. - name: Upload test reports if: always() - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # 4.3.6 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # 4.4.0 with: name: surefire-${{matrix.os}}-${{github.run_number}}-${{github.run_attempt}} path: | @@ -176,7 +176,7 @@ jobs: # Upload reproducibility results if the build fails. - name: Upload reproducibility results if: inputs.reproducibility-check-enabled && failure() && steps.reproducibility.conclusion == 'failure' - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # 4.3.6 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # 4.4.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 c55ea15c..e8b6bb83 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@834a144ee995460fba8ed112a2fc961b36a5ec5a # 3.1.0 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # 3.1.0 with: name: SARIF file path: results.sarif diff --git a/src/changelog/.11.x.x/update_actions_upload_artifact.xml b/src/changelog/.11.x.x/update_actions_upload_artifact.xml new file mode 100644 index 00000000..878b7a91 --- /dev/null +++ b/src/changelog/.11.x.x/update_actions_upload_artifact.xml @@ -0,0 +1,8 @@ + + + + Update `actions/upload-artifact` to version `4.4.0` +