This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/2.x by this push:
     new da15a2d573 Update `actions/upload-artifact` to version `4.1.0` (#2190)
da15a2d573 is described below

commit da15a2d5738be478c7641f00d2bd92dab65d6625
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Mon Jan 15 10:01:39 2024 +0000

    Update `actions/upload-artifact` to version `4.1.0` (#2190)
---
 .github/workflows/scorecards-analysis.yaml              | 2 +-
 src/changelog/.2.x.x/update_actions_upload_artifact.xml | 8 ++++++++
 src/site/_release-notes/_2.x.x.adoc                     | 1 +
 3 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/scorecards-analysis.yaml 
b/.github/workflows/scorecards-analysis.yaml
index 279b14d335..be2c7fa398 100644
--- a/.github/workflows/scorecards-analysis.yaml
+++ b/.github/workflows/scorecards-analysis.yaml
@@ -63,7 +63,7 @@ jobs:
           publish_results: true
 
       - name: "Upload artifact"
-        uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 
   # 3.1.0
+        uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 
   # 3.1.0
         with:
           name: SARIF file
           path: results.sarif
diff --git a/src/changelog/.2.x.x/update_actions_upload_artifact.xml 
b/src/changelog/.2.x.x/update_actions_upload_artifact.xml
new file mode 100644
index 0000000000..5c7e8c1a47
--- /dev/null
+++ b/src/changelog/.2.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.3.xsd";
+       type="updated">
+  <issue id="2190" link="https://github.com/apache/logging-log4j2/pull/2190"/>
+  <description format="asciidoc">Update `actions/upload-artifact` to version 
`4.1.0`</description>
+</entry>
diff --git a/src/site/_release-notes/_2.x.x.adoc 
b/src/site/_release-notes/_2.x.x.adoc
index 6b541a4a22..fe5e900ccb 100644
--- a/src/site/_release-notes/_2.x.x.adoc
+++ b/src/site/_release-notes/_2.x.x.adoc
@@ -42,6 +42,7 @@ This releases contains ...
 [#release-notes-2-x-x-updated]
 === Updated
 
+* Update `actions/upload-artifact` to version `4.1.0` 
(https://github.com/apache/logging-log4j2/pull/2190[2190])
 * Update `apache/logging-parent` to version `` 
(https://github.com/apache/logging-log4j2/pull/2192[2192])
 * Update `co.elastic.clients:elasticsearch-java` to version `8.11.4` 
(https://github.com/apache/logging-log4j2/pull/2180[2180])
 * Update `com.fasterxml.jackson:jackson-bom` to version `2.16.1` 
(https://github.com/apache/logging-log4j2/pull/2126[2126])

Reply via email to