File tree 1 file changed +4
-8
lines changed
1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -73,19 +73,17 @@ jobs:
73
73
74
74
steps :
75
75
76
- # TODO: This runnner is running on a self-hosted CPU. In order to upgrade
77
- # to v4, need to upgrade the machine to support node20.
78
- - uses : actions/checkout@v4
79
- with :
80
- submodules : ' true'
81
-
82
76
# Node 20 is required for recent versions of the upload artifacts action.
83
77
# This may not be required once we upgrade to Ubuntu 24.04
84
78
- uses : actions/setup-node@v4
85
79
with :
86
80
node-version : 20
87
81
cache : ' npm'
88
82
83
+ - uses : actions/checkout@v4
84
+ with :
85
+ submodules : ' true'
86
+
89
87
- name : Setup
90
88
run : stdbuf -i0 -i0 -e0 ./.github/scripts/hostsetup.sh
91
89
@@ -107,8 +105,6 @@ jobs:
107
105
# when the job fails). See warning here:
108
106
# https://docs.github.com/en/actions/learn-github-actions/expressions#always
109
107
if : ${{ !cancelled() }}
110
- # TODO: This runnner is running on a self-hosted CPU. In order to upgrade
111
- # to v4, need to upgrade the machine to support node20.
112
108
uses : actions/upload-artifact@v4
113
109
with :
114
110
name : ${{matrix.test}}_test_results
You can’t perform that action at this time.
0 commit comments