diff --git a/.github/workflows/behat-test.yml b/.github/workflows/behat-test.yml index d40c9be578..f8a14a39e7 100644 --- a/.github/workflows/behat-test.yml +++ b/.github/workflows/behat-test.yml @@ -133,7 +133,7 @@ jobs: run: find ./acceptance-logs -type f | grep '.txt' | xargs -r more | cat shell: bash - - uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 + - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 if: failure() name: Upload acceptance test logs with: @@ -143,7 +143,7 @@ jobs: - name: Upload Test Results if: failure() - uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 + uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 with: name: ${{ inputs.name }}-${{ inputs.os }}-test-reports-${{ matrix.feature }} path: xunit-reports diff --git a/.github/workflows/cypress-component-parallelization.yml b/.github/workflows/cypress-component-parallelization.yml index 8d06ca584e..25a10f3370 100644 --- a/.github/workflows/cypress-component-parallelization.yml +++ b/.github/workflows/cypress-component-parallelization.yml @@ -52,7 +52,7 @@ jobs: - name: Upload components tests Results if: failure() - uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 + uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 with: name: ${{ inputs.name }}-test-reports-${{ matrix.spec }} path: centreon/cypress/results/*.json @@ -63,7 +63,7 @@ jobs: shell: bash - name: Archive test coverage - uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 + uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 with: name: ${{ inputs.name }}-test-coverage-${{ matrix.spec }} path: ${{ inputs.module_name }}/.nyc_output/${{ matrix.spec }}-out.json @@ -111,7 +111,7 @@ jobs: shell: bash - name: Archive HTML code coverage - uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 + uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 with: name: ${{ steps.title.outputs.replaced }}-${{ inputs.name }}-code-coverage path: coverage/lcov-report diff --git a/.github/workflows/cypress-e2e-parallelization.yml b/.github/workflows/cypress-e2e-parallelization.yml index 3c4d459893..78e77abb39 100644 --- a/.github/workflows/cypress-e2e-parallelization.yml +++ b/.github/workflows/cypress-e2e-parallelization.yml @@ -158,7 +158,7 @@ jobs: - name: Upload test results if: failure() - uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 + uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 with: name: ${{ inputs.name }}-${{ inputs.os }}-test-results-${{ steps.feature-path.outputs.feature_name_with_dash }} path: ${{ inputs.module_name }}/tests/e2e/results/ @@ -166,7 +166,7 @@ jobs: - name: Upload test reports if: failure() - uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 + uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 with: name: ${{ inputs.name }}-${{ inputs.os }}-test-reports-${{ steps.feature-path.outputs.feature_name_with_dash }} path: ${{ inputs.module_name }}/tests/e2e/results/reports/*.json @@ -174,7 +174,7 @@ jobs: - name: Upload xray reports if: always() - uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 + uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 with: name: ${{ inputs.name }}-${{ inputs.os }}-xray-reports-${{ steps.feature-path.outputs.feature_name_with_dash }} path: ${{ inputs.module_name }}/tests/e2e/results/cucumber-logs/*.json diff --git a/.github/workflows/newman.yml b/.github/workflows/newman.yml index bd38be656d..87b0760ba6 100644 --- a/.github/workflows/newman.yml +++ b/.github/workflows/newman.yml @@ -394,14 +394,14 @@ jobs: - name: Upload HTML Reports if: failure() - uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 + uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 with: name: postman-html-reports-${{ steps.feature-path.outputs.feature_name_with_dash }} path: centreon/tests/rest_api/newman/ - name: Upload test reports if: always() - uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 + uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 with: name: newman-${{ inputs.os }}-test-reports-${{ steps.feature-path.outputs.feature_name_with_dash }} path: centreon/tests/rest_api/postman_summaries/*.json