Update `actions/upload-artifact` to version `4.3.0` (#2240)
diff --git a/.github/workflows/scorecards-analysis.yaml b/.github/workflows/scorecards-analysis.yaml
index 88a9eea..89cf820 100644
--- a/.github/workflows/scorecards-analysis.yaml
+++ b/.github/workflows/scorecards-analysis.yaml
@@ -63,7 +63,7 @@
publish_results: true
- name: "Upload artifact"
- uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # 3.1.0
+ uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # 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
index 4c20546..1cbfc7e 100644
--- a/src/changelog/.2.x.x/update_actions_upload_artifact.xml
+++ b/src/changelog/.2.x.x/update_actions_upload_artifact.xml
@@ -3,6 +3,6 @@
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="2216" link="https://github.com/apache/logging-log4j2/pull/2216"/>
- <description format="asciidoc">Update `actions/upload-artifact` to version `4.2.0`</description>
+ <issue id="2240" link="https://github.com/apache/logging-log4j2/pull/2240"/>
+ <description format="asciidoc">Update `actions/upload-artifact` to version `4.3.0`</description>
</entry>
diff --git a/src/site/_release-notes/_2.x.x.adoc b/src/site/_release-notes/_2.x.x.adoc
index c202f3d..9e947bd 100644
--- a/src/site/_release-notes/_2.x.x.adoc
+++ b/src/site/_release-notes/_2.x.x.adoc
@@ -37,6 +37,7 @@
[#release-notes-2-x-x-fixed]
=== Fixed
+* Fix forgotten `threadName` field in `RingBufferLogEvent#clear()` (https://github.com/apache/logging-log4j2/issues/2234[2234])
* Fixed use of `SecurityManager` in `LoaderUtil` where `AccessController::doPrivileged` should only be invoked when a `SecurityManager` is installed. Some runtimes do not seem to have this method available. (https://github.com/apache/logging-log4j2/issues/2129[2129])
* Fix `log4j-spring-cloud-config-client` dependencies to include only those required. (https://github.com/apache/logging-log4j2/pull/2157[2157])
* Fix typo in Kubernetes `clientKeyData` configuration property.
@@ -44,7 +45,7 @@
[#release-notes-2-x-x-updated]
=== Updated
-* Update `actions/upload-artifact` to version `4.2.0` (https://github.com/apache/logging-log4j2/pull/2216[2216])
+* Update `actions/upload-artifact` to version `4.3.0` (https://github.com/apache/logging-log4j2/pull/2240[2240])
* Update `apache/logging-parent` to version `` (https://github.com/apache/logging-log4j2/pull/2192[2192])
* Update `co.elastic.clients:elasticsearch-java` to version `8.12.0` (https://github.com/apache/logging-log4j2/pull/2212[2212])
* Update `com.fasterxml.jackson:jackson-bom` to version `2.16.1` (https://github.com/apache/logging-log4j2/pull/2126[2126])