Skip to content

Commit 1b1377c

Browse files
authored
Merge pull request #835 from NHSDigital/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents ea9188c + b041746 commit 1b1377c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/actions/deploy-reports/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
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

.github/workflows/performance-e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/performance-large-org.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/performance.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)