Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:

- name: Download artifacts
if: ${{ inputs.artifact-id }}
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
artifact-ids: ${{ inputs.artifact-id }}
path: ${{ inputs.artifact-path }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shared-check-renovatebot-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
submodules: ${{ inputs.checkout_submodules }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/shared-run-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,14 +287,14 @@ jobs:
- run_e2e_tests
steps:
- name: Download E2E Test Results
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
continue-on-error: true
with:
pattern: cypress-test-results-*
path: ${{ github.workspace }}/ctrf

- name: Publish Test Report
uses: ctrf-io/github-test-reporter@27b97adba93f02142c573c8a710045cac0d874ae # v1.0.14
uses: ctrf-io/github-test-reporter@024bc4b64d997ca9da86833c6b9548c55c620e40 # v1.0.26
with:
report-path: "ctrf/*/*.json"
summary-report: true
Expand Down
2 changes: 1 addition & 1 deletion github-actions/setup-e2e-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ runs:

- name: Download docker-compose bundle from GHA artifact
if: ${{ inputs.docker_compose_bundle_gha_artifact }}
uses: actions/download-artifact@v4
uses: actions/download-artifact@v6
with:
name: jore4-docker-compose-bundle
path: ${{ github.workspace }}/docker
Expand Down