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