Skip to content

Commit 6003a80

Browse files
Bump actions/upload-artifact from 4.6.1 to 4.6.2 (#1026)
1 parent a45ad9d commit 6003a80

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,13 @@ jobs:
9292
./artifacts/package/release/*
9393
9494
- name: Publish artifacts
95-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
95+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
9696
with:
9797
name: artifacts-${{ matrix.os-name }}
9898
path: ./artifacts
9999

100100
- name: Publish NuGet packages
101-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
101+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
102102
with:
103103
name: packages-${{ matrix.os-name }}
104104
path: ./artifacts/package/release

.github/workflows/scorecard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
results_format: sarif
3737

3838
- name: Upload artifact
39-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
39+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
4040
with:
4141
name: SARIF
4242
path: results.sarif

0 commit comments

Comments
 (0)