File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -92,13 +92,13 @@ jobs:
92
92
./artifacts/package/release/*
93
93
94
94
- name : Publish artifacts
95
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
95
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
96
96
with :
97
97
name : artifacts-${{ matrix.os-name }}
98
98
path : ./artifacts
99
99
100
100
- name : Publish NuGet packages
101
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
101
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
102
102
with :
103
103
name : packages-${{ matrix.os-name }}
104
104
path : ./artifacts/package/release
Original file line number Diff line number Diff line change 36
36
results_format : sarif
37
37
38
38
- name : Upload artifact
39
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
39
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
40
40
with :
41
41
name : SARIF
42
42
path : results.sarif
You can’t perform that action at this time.
0 commit comments