@@ -131,36 +131,15 @@ jobs:
131131 with :
132132 show-progress : ${{ runner.debug == '1' && 'true' || 'false' }}
133133 fetch-depth : ${{ github.event_name == 'workflow_dispatch' && '2' || '1' }}
134- <<<<<<< Updated upstream
135- <<<<<<< Updated upstream
136- =======
137134 persist-credentials : false
138- >>>>>>> Stashed changes
139- =======
140- persist-credentials : false
141- >>>>>>> Stashed changes
142135
143136 # The `workflow_dispatch` event is the only one missing the needed SHA to target.
144137 - name : Retrieve previous commit SHA (if necessary)
145138 if : ${{ github.event_name == 'workflow_dispatch' }}
146- <<<<<<< Updated upstream
147- <<<<<<< Updated upstream
148- run : echo "TARGET_SHA=$(git rev-parse HEAD^1)" >> $GITHUB_ENV
149-
150- - name : Set up Node.js
151- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
152- =======
153- run : echo "TARGET_SHA=$(git rev-parse HEAD^1)" >> "$GITHUB_ENV"
154-
155- - name : Set up Node.js
156- uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
157- >>>>>>> Stashed changes
158- =======
159139 run : echo "TARGET_SHA=$(git rev-parse HEAD^1)" >> "$GITHUB_ENV"
160140
161141 - name : Set up Node.js
162142 uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
163- >>>>>>> Stashed changes
164143 with :
165144 node-version-file : ' .nvmrc'
166145 cache : npm
@@ -333,15 +312,7 @@ jobs:
333312 run : npm run test:performance
334313
335314 - name : Archive artifacts
336- <<<<<<< Updated upstream
337- <<<<<<< Updated upstream
338- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
339- =======
340- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
341- >>>>>>> Stashed changes
342- =======
343315 uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
344- >>>>>>> Stashed changes
345316 if : always()
346317 with :
347318 name : performance-artifacts${{ inputs.multisite && '-multisite' || '' }}${{ inputs.memcached && '-memcached' || '' }}-${{ github.run_id }}
0 commit comments