File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110
110
run : |
111
111
mkdir artifacts
112
112
113
- - uses : actions/download-artifact@v3
113
+ - uses : actions/download-artifact@v4
114
114
with :
115
115
path : artifacts
116
116
@@ -133,4 +133,4 @@ jobs:
133
133
if [ -n "$result" ]
134
134
then
135
135
exit 1
136
- fi
136
+ fi
Original file line number Diff line number Diff line change 84
84
fi; popd;'
85
85
# Upload build report files
86
86
- name : Archive report files
87
- uses : actions/upload-artifact@v3
87
+ uses : actions/upload-artifact@v4
88
88
with :
89
89
name : HIRS_Build_Reports
90
90
path : artifacts/upload_reports/*
95
95
uses : actions/github-script@v6
96
96
with :
97
97
script : |
98
- core.setFailed('Build or Unit Test Failed')
98
+ core.setFailed('Build or Unit Test Failed')
You can’t perform that action at this time.
0 commit comments