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 1515 uses : actions/checkout@v4
1616
1717 - name : Validate
18- uses : suzuki-shunsuke/github-action-renovate-config-validator@v0 .1.3
18+ uses : suzuki-shunsuke/github-action-renovate-config-validator@v1 .1.1
1919 with :
2020 config_file_path : renovatebot/jore4-default-preset.json5
Original file line number Diff line number Diff line change @@ -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@v5
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@984acbd8e96f167d4053d95f9d657d7b949baac5 # v1.0.19
296296 with :
297297 report-path : ' ctrf/*/*.json'
298298 summary-report : true
@@ -317,7 +317,7 @@ jobs:
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@v5
321321 with :
322322 pattern : e2e-test-durations-*
323323 path : ${{ github.workspace }}/split-durations
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@v5
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