File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -91,23 +91,23 @@ jobs:
91
91
92
92
# Publish artifacts
93
93
- name : Publish Issues-Report as build artifact
94
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
94
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
95
95
if : matrix.os == 'windows-latest'
96
96
with :
97
97
if-no-files-found : warn
98
98
name : Issue Report
99
99
path : BuildArtifacts/report.html
100
100
101
101
- name : Publish NuGet package as build artifact
102
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
102
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
103
103
if : matrix.os == 'ubuntu-22.04'
104
104
with :
105
105
if-no-files-found : warn
106
106
name : NuGet Package
107
107
path : BuildArtifacts/Packages/**/*
108
108
109
109
- name : Publish coverage artifact
110
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
110
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
111
111
if : matrix.os == 'ubuntu-22.04'
112
112
with :
113
113
if-no-files-found : warn
Original file line number Diff line number Diff line change @@ -75,23 +75,23 @@ jobs:
75
75
76
76
# Publish
77
77
- name : Publish Issues-Report as build artifact
78
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
78
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
79
79
if : matrix.os == 'windows-latest'
80
80
with :
81
81
if-no-files-found : warn
82
82
name : Issue Report
83
83
path : BuildArtifacts/report.html
84
84
85
85
- name : Publish NuGet package as build artifact
86
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
86
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
87
87
if : matrix.os == 'ubuntu-22.04'
88
88
with :
89
89
if-no-files-found : warn
90
90
name : NuGet Package
91
91
path : BuildArtifacts/Packages/**/*
92
92
93
93
- name : Publish coverage artifact
94
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
94
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
95
95
if : matrix.os == 'ubuntu-22.04'
96
96
with :
97
97
if-no-files-found : warn
You can’t perform that action at this time.
0 commit comments