diff --git a/.github/workflows/behat-test.yml b/.github/workflows/behat-test.yml index d40c9be578..0e5fe3d630 100644 --- a/.github/workflows/behat-test.yml +++ b/.github/workflows/behat-test.yml @@ -158,7 +158,7 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Download Artifacts - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: pattern: ${{ inputs.name }}-${{ inputs.os }}-test-reports-* path: ${{ inputs.name }}-xunit-reports diff --git a/.github/workflows/cypress-component-parallelization.yml b/.github/workflows/cypress-component-parallelization.yml index 8d06ca584e..36623f2b23 100644 --- a/.github/workflows/cypress-component-parallelization.yml +++ b/.github/workflows/cypress-component-parallelization.yml @@ -82,7 +82,7 @@ jobs: version: 8 - name: Download coverage reports - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: pattern: ${{ inputs.name }}-test-coverage-* path: .nyc_output/ @@ -147,7 +147,7 @@ jobs: version: 8 - name: Download Artifacts - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: pattern: ${{ inputs.name }}-test-reports-* path: ${{ inputs.name }}-json-reports diff --git a/.github/workflows/cypress-e2e-parallelization.yml b/.github/workflows/cypress-e2e-parallelization.yml index 3c4d459893..13c4e844e3 100644 --- a/.github/workflows/cypress-e2e-parallelization.yml +++ b/.github/workflows/cypress-e2e-parallelization.yml @@ -193,7 +193,7 @@ jobs: version: 7 - name: Download Artifacts - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: pattern: ${{ inputs.name }}-${{ inputs.os }}-xray-reports-* path: ${{ inputs.name }}-json-xray-reports @@ -234,7 +234,7 @@ jobs: version: 8 - name: Download Artifacts - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: pattern: ${{ inputs.name }}-${{ inputs.os }}-test-reports-* path: ${{ inputs.name }}-json-reports diff --git a/.github/workflows/newman.yml b/.github/workflows/newman.yml index bd38be656d..edfe5d0e33 100644 --- a/.github/workflows/newman.yml +++ b/.github/workflows/newman.yml @@ -423,7 +423,7 @@ jobs: shell: bash - name: Download Artifacts - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: pattern: newman-${{ inputs.os }}-test-reports-* path: newman-json-test-reports