File tree Expand file tree Collapse file tree
github-actions/setup-e2e-environment Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114
115115 - name : Download artifacts
116116 if : ${{ inputs.artifact-id }}
117- uses : actions/download-artifact@v5
117+ uses : actions/download-artifact@v6
118118 with :
119119 artifact-ids : ${{ inputs.artifact-id }}
120120 path : ${{ inputs.artifact-path }}
Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-24.04
2323 steps :
2424 - name : Checkout
25- uses : actions/checkout@v5
25+ uses : actions/checkout@v6
2626 with :
2727 submodules : ${{ inputs.checkout_submodules }}
2828
Original file line number Diff line number Diff line change @@ -287,14 +287,14 @@ jobs:
287287 - run_e2e_tests
288288 steps :
289289 - name : Download E2E Test Results
290- uses : actions/download-artifact@v5
290+ uses : actions/download-artifact@v6
291291 continue-on-error : true
292292 with :
293293 pattern : cypress-test-results-*
294294 path : ${{ github.workspace }}/ctrf
295295
296296 - name : Publish Test Report
297- uses : ctrf-io/github-test-reporter@27b97adba93f02142c573c8a710045cac0d874ae # v1.0.14
297+ uses : ctrf-io/github-test-reporter@024bc4b64d997ca9da86833c6b9548c55c620e40 # v1.0.26
298298 with :
299299 report-path : " ctrf/*/*.json"
300300 summary-report : true
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ runs:
114114
115115 - name : Download docker-compose bundle from GHA artifact
116116 if : ${{ inputs.docker_compose_bundle_gha_artifact }}
117- uses : actions/download-artifact@v4
117+ uses : actions/download-artifact@v6
118118 with :
119119 name : jore4-docker-compose-bundle
120120 path : ${{ github.workspace }}/docker
You can’t perform that action at this time.
0 commit comments