Skip to content

Commit b34f8ca

Browse files
authored
Merge pull request #900 from apache/dependabot/github_actions/actions/upload-artifact-3.1.0
Bump actions/upload-artifact from 3.0.0 to 3.1.0
2 parents 7ba5d04 + 78b3fa4 commit b34f8ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmark.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
package
6565
6666
- name: Upload built sources
67-
uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # 3.0.0
67+
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # 3.0.0
6868
with:
6969
name: benchmarks.jar
7070
path: log4j-perf/target/benchmarks.jar

.github/workflows/scorecards-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
publish_results: true
5656

5757
- name: "Upload artifact"
58-
uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # 3.0.0
58+
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # 3.0.0
5959
with:
6060
name: SARIF file
6161
path: results.sarif

0 commit comments

Comments
 (0)