Commit 6e9e68c 1 parent f2575de commit 6e9e68c Copy full SHA for 6e9e68c
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
git config --global core.eol lf
22
22
23
23
- name : Checkout repo
24
- uses : actions/checkout@v3
24
+ uses : actions/checkout@v4
25
25
with :
26
26
submodules : recursive
27
27
@@ -82,14 +82,14 @@ jobs:
82
82
more $logName
83
83
84
84
- name : Upload Logs Ubuntu
85
- uses : actions/upload-artifact@v2
85
+ uses : actions/upload-artifact@v4
86
86
if : contains(matrix.os, 'ubuntu') && always()
87
87
with :
88
88
name : " ${{matrix.os}}-unit-tests-${{steps.ubuntu_result.outputs.result}}.log"
89
89
path : HIRS_Provisioner.NET/*.log
90
90
91
91
- name : Upload Logs Windows
92
- uses : actions/upload-artifact@v2
92
+ uses : actions/upload-artifact@v4
93
93
if : contains(matrix.os, 'windows') && always()
94
94
with :
95
95
name : " ${{matrix.os}}-unit-tests-${{steps.window_result.outputs.result}}.log"
You can’t perform that action at this time.
0 commit comments