@@ -231,7 +231,7 @@ jobs:
231231 cat ${{ github.workspace }}/durations.out.json
232232
233233 - name : Upload test durations
234- uses : actions/upload-artifact@v4
234+ uses : actions/upload-artifact@v5
235235 with :
236236 name : " e2e-test-durations-${{ strategy.job-index }}"
237237 path : ${{ github.workspace }}/durations.out.json
@@ -247,7 +247,7 @@ jobs:
247247 - name : Upload test reports as an artifact
248248 # Should be run especially when tests fail
249249 if : always()
250- uses : actions/upload-artifact@v4
250+ uses : actions/upload-artifact@v5
251251 with :
252252 name : cypress-test-results-${{ strategy.job-index }}
253253 path : ${{ github.workspace }}/ctrf-report.json
@@ -273,7 +273,7 @@ jobs:
273273
274274 - name : Upload test reports as an artifact
275275 if : always() && steps.copy_test_reports.outputs.test_reports_exist == 'true'
276- uses : actions/upload-artifact@v4
276+ uses : actions/upload-artifact@v5
277277 with :
278278 name : cypress-docker-reports-${{ strategy.job-index }}
279279 path : ${{ github.workspace }}/test-reports
@@ -285,14 +285,14 @@ jobs:
285285 - run_e2e_tests
286286 steps :
287287 - name : Download E2E Test Results
288- uses : actions/download-artifact@v4
288+ uses : actions/download-artifact@v6
289289 continue-on-error : true
290290 with :
291291 pattern : cypress-test-results-*
292292 path : ${{ github.workspace }}/ctrf
293293
294294 - name : Publish Test Report
295- uses : ctrf-io/github-test-reporter@27b97adba93f02142c573c8a710045cac0d874ae # v1.0.14
295+ uses : ctrf-io/github-test-reporter@024bc4b64d997ca9da86833c6b9548c55c620e40 # v1.0.26
296296 with :
297297 report-path : ' ctrf/*/*.json'
298298 summary-report : true
@@ -309,15 +309,15 @@ jobs:
309309 - run_e2e_tests
310310 steps :
311311 - name : Checkout
312- uses : actions/checkout@v4
312+ uses : actions/checkout@v6
313313 with :
314314 fetch-depth : 0
315315 repository : ' HSLdevcom/jore4-ci-data'
316316 ref : e2e-test-durations
317317 ssh-key : ${{ secrets.jore4_ci_data_repo_ssh_key }}
318318
319319 - name : Download E2E Test Durations
320- uses : actions/download-artifact@v4
320+ uses : actions/download-artifact@v6
321321 with :
322322 pattern : e2e-test-durations-*
323323 path : ${{ github.workspace }}/split-durations
0 commit comments