Skip to content

Commit

Permalink
Update actions/upload-artifact to version 4.3.6 (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
asf-rm committed Aug 26, 2024
1 parent 873899e commit 476b1a5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
# We upload tests results.
- name: Upload test reports
if: always()
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # 4.3.5
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # 4.3.6
with:
name: surefire-${{matrix.os}}-${{github.run_number}}-${{github.run_attempt}}
path: |
Expand Down Expand Up @@ -174,7 +174,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@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # 4.3.5
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # 4.3.6
with:
name: reproducibility-${{matrix.os}}-${{github.run_number}}-${{github.run_attempt}}
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecards-analysis-reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
publish_results: true

- name: "Upload artifact"
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # 3.1.0
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # 3.1.0
with:
name: SARIF file
path: results.sarif
Expand Down
4 changes: 2 additions & 2 deletions src/changelog/.11.x.x/update_actions_upload_artifact.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
xmlns="https://logging.apache.org/xml/ns"
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
type="updated">
<issue id="215" link="https://github.com/apache/logging-parent/pull/215"/>
<description format="asciidoc">Update `actions/upload-artifact` to version `4.3.5`</description>
<issue id="219" link="https://github.com/apache/logging-parent/pull/219"/>
<description format="asciidoc">Update `actions/upload-artifact` to version `4.3.6`</description>
</entry>

0 comments on commit 476b1a5

Please sign in to comment.