Update `actions/upload-artifact` to version `4.1.0` (#2190)
diff --git a/.github/workflows/scorecards-analysis.yaml b/.github/workflows/scorecards-analysis.yaml
index 279b14d..be2c7fa 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@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 0000000..5c7e8c1
--- /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 6b541a4..fe5e900 100644
--- a/src/site/_release-notes/_2.x.x.adoc
+++ b/src/site/_release-notes/_2.x.x.adoc
@@ -42,6 +42,7 @@
[#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])