diff --git a/.github/workflows/shared-build-and-publish-docker-image.yml b/.github/workflows/shared-build-and-publish-docker-image.yml index 9b9b0aa..1ea745f 100644 --- a/.github/workflows/shared-build-and-publish-docker-image.yml +++ b/.github/workflows/shared-build-and-publish-docker-image.yml @@ -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 }} diff --git a/.github/workflows/shared-check-renovatebot-config.yml b/.github/workflows/shared-check-renovatebot-config.yml index b0138b7..2efde59 100644 --- a/.github/workflows/shared-check-renovatebot-config.yml +++ b/.github/workflows/shared-check-renovatebot-config.yml @@ -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 }} diff --git a/.github/workflows/shared-run-e2e.yml b/.github/workflows/shared-run-e2e.yml index a770c47..0ce1854 100644 --- a/.github/workflows/shared-run-e2e.yml +++ b/.github/workflows/shared-run-e2e.yml @@ -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 diff --git a/github-actions/setup-e2e-environment/action.yml b/github-actions/setup-e2e-environment/action.yml index 65d4fb5..0fc2e7f 100644 --- a/github-actions/setup-e2e-environment/action.yml +++ b/github-actions/setup-e2e-environment/action.yml @@ -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