Skip to content

Commit c3a9722

Browse files
authored
build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 (distribution#4603)
2 parents 98dd922 + 6be526b commit c3a9722

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
tree -nh ./bin
142142
-
143143
name: Upload artifacts
144-
uses: actions/[email protected].1
144+
uses: actions/[email protected].2
145145
with:
146146
name: registry
147147
path: ./bin/*

.github/workflows/conformance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: mkdir -p out/ && mv {report.html,junit.xml} out/
4545
-
4646
name: Upload test results
47-
uses: actions/[email protected].1
47+
uses: actions/[email protected].2
4848
with:
4949
name: oci-test-results-${{ github.sha }}
5050
path: out/

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
4747
# format to the repository Actions tab.
4848
- name: "Upload artifact"
49-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # tag=v4.6.1
49+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # tag=v4.6.2
5050
with:
5151
name: SARIF file
5252
path: results.sarif

0 commit comments

Comments
 (0)