Skip to content

Commit

Permalink
Update actions/upload-artifact to version 4.1.0 (#2190)
Browse files Browse the repository at this point in the history
  • Loading branch information
asf-rm committed Jan 15, 2024
1 parent dd0c52a commit da15a2d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scorecards-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions src/changelog/.2.x.x/update_actions_upload_artifact.xml
Original file line number Diff line number Diff line change
@@ -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>
1 change: 1 addition & 0 deletions src/site/_release-notes/_2.x.x.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit da15a2d

Please sign in to comment.