File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1111 - name : Install Node.js
1212 uses : actions/setup-node@v4
1313 with :
14- node-version : ' 20 '
14+ node-version : ' 24 '
1515 cache : ' npm'
1616
1717 - name : Generate Allure report
Original file line number Diff line number Diff line change @@ -175,15 +175,15 @@ jobs:
175175
176176 - name : Upload consent journey JMeter output
177177 if : inputs.runDataPrep == true
178- uses : actions/upload-artifact@v5
178+ uses : actions/upload-artifact@v6
179179 with :
180180 name : jmeter-consent-journey-output-${{ env.timestamp }}
181181 path : consent-output
182182 if-no-files-found : warn
183183
184184 - name : Upload nurse journey JMeter output
185185 if : inputs.runNurse == true
186- uses : actions/upload-artifact@v5
186+ uses : actions/upload-artifact@v6
187187 with :
188188 name : jmeter-nurse-journey-output-${{ env.timestamp }}
189189 path : nurse-output
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113113 gzip -c ${{ env.large-org-home }}/vaccination.csv > ${{ env.large-org-home }}/vaccination.csv.gz
114114
115115 - name : Upload JMeter output
116- uses : actions/upload-artifact@v5
116+ uses : actions/upload-artifact@v6
117117 with :
118118 name : jmeter-large-org-output-${{ env.timestamp }}
119119 path : large-org-output
Original file line number Diff line number Diff line change @@ -233,14 +233,14 @@ jobs:
233233
234234 - name : Upload nurse journey JMeter output
235235 if : inputs.runNurse == true
236- uses : actions/upload-artifact@v5
236+ uses : actions/upload-artifact@v6
237237 with :
238238 name : jmeter-nurse-journey-output-${{ env.timestamp }}
239239 path : test-results/nurse
240240 if-no-files-found : warn
241241 - name : Upload consent journey JMeter output
242242 if : inputs.runConsent == true
243- uses : actions/upload-artifact@v5
243+ uses : actions/upload-artifact@v6
244244 with :
245245 name : jmeter-consent-journey-output-${{ env.timestamp }}
246246 path : test-results/consent
You can’t perform that action at this time.
0 commit comments