Commit f7bd196 1 parent 6b17920 commit f7bd196 Copy full SHA for f7bd196
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 @@ -90,13 +90,13 @@ jobs:
90
90
./artifacts/package/release/*
91
91
92
92
- name : Publish artifacts
93
- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
93
+ uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
94
94
with :
95
95
name : artifacts-${{ matrix.os-name }}
96
96
path : ./artifacts
97
97
98
98
- name : Publish NuGet packages
99
- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
99
+ uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
100
100
with :
101
101
name : packages-${{ matrix.os-name }}
102
102
path : ./artifacts/package/release
Original file line number Diff line number Diff line change 34
34
results_format : sarif
35
35
36
36
- name : Upload artifact
37
- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
37
+ uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
38
38
with :
39
39
name : SARIF
40
40
path : results.sarif
You can’t perform that action at this time.
0 commit comments