Commit 510093c 1 parent fde2290 commit 510093c Copy full SHA for 510093c
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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
93
+ uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
99
+ uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
37
+ uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
38
38
with :
39
39
name : SARIF
40
40
path : results.sarif
You can’t perform that action at this time.
0 commit comments