Skip to content

Commit

Permalink
chore(deps): bump actions/upload-artifact from 4.5.0 to 4.6.0 (#231)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 74357de commit aabbc69
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/behat-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
run: find ./acceptance-logs -type f | grep '.txt' | xargs -r more | cat
shell: bash

- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
if: failure()
name: Upload acceptance test logs
with:
Expand All @@ -181,7 +181,7 @@ jobs:

- name: Upload Test Results
if: failure()
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
name: ${{ inputs.name }}-${{ inputs.os }}-test-reports-${{ steps.feature-path.outputs.feature_name_with_dash }}
path: xunit-reports
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
type_of_report: [test-logs, test-reports]
steps:
- name: Merge Artifacts
uses: actions/upload-artifact/merge@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
uses: actions/upload-artifact/merge@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
if: ${{ contains(needs.behat-test-run.result, 'failure') }}
with:
name: ${{ inputs.name }}-${{ inputs.os }}-${{ matrix.type_of_report }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/cypress-component-parallelization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
run: node centreon/packages/js-config/cypress/component/excludeNodeModulesFromCoverage.js ${{ inputs.module_name }}/.nyc_output/out.json

- name: Archive test results
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
if: ${{ failure() }}
with:
name: ${{ inputs.name }}-component-test-results-${{ matrix.spec }}
Expand All @@ -122,7 +122,7 @@ jobs:

- name: Archive test reports
if: ${{ failure() }}
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
name: ${{ inputs.name }}-component-test-reports-${{ matrix.spec }}
path: ${{ inputs.module_name }}/cypress/results/*.json
Expand All @@ -133,7 +133,7 @@ jobs:
shell: bash

- name: Archive test coverage
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
name: ${{ inputs.name }}-component-test-coverage-${{ matrix.spec }}
path: ${{ inputs.module_name }}/.nyc_output/${{ matrix.spec }}-out.json
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
shell: bash

- name: Archive HTML code coverage
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
name: ${{ steps.title.outputs.replaced }}-${{ inputs.name }}-code-coverage
path: coverage/lcov-report
Expand Down Expand Up @@ -268,7 +268,7 @@ jobs:
type_of_report: [test-results, test-reports, test-coverage]
steps:
- name: Merge Artifacts
uses: actions/upload-artifact/merge@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
uses: actions/upload-artifact/merge@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
if: ${{ ( contains(needs.cypress-component-test-run.result, 'failure') && ( matrix.type_of_report == 'test-reports' ) ) || matrix.type_of_report == 'test-coverage' }}
with:
name: ${{ inputs.name }}-component-${{ matrix.type_of_report }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/cypress-e2e-parallelization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:
- name: Upload test results
if: failure()
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
name: ${{ inputs.name }}-${{ inputs.os }}-test-results-${{ steps.feature-path.outputs.feature_name_with_dash }}
path: ${{ inputs.module_name }}/tests/e2e/results/
Expand Down Expand Up @@ -224,15 +224,15 @@ jobs:

- name: Upload test reports
if: failure()
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
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
retention-days: 1

- name: Upload xray reports
if: always()
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
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
Expand Down Expand Up @@ -320,7 +320,7 @@ jobs:
type_of_report: [test-results, test-reports, xray-reports]
steps:
- name: Merge Artifacts
uses: actions/upload-artifact/merge@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
uses: actions/upload-artifact/merge@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
if: ${{ ( contains(needs.cypress-e2e-test-run.result, 'failure') && ( matrix.type_of_report == 'test-results' || matrix.type_of_report == 'test-reports' ) ) || matrix.type_of_report == 'xray-reports' }}
with:
name: ${{ inputs.name }}-${{ inputs.os }}-${{ matrix.type_of_report }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/newman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -508,14 +508,14 @@ jobs:
- name: Upload HTML Reports
if: failure()
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
name: newman-${{ inputs.os }}-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@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
name: newman-${{ inputs.os }}-test-reports-${{ steps.feature-path.outputs.feature_name_with_dash }}
path: centreon/tests/rest_api/postman_summaries/*.json
Expand Down Expand Up @@ -791,7 +791,7 @@ jobs:

steps:
- name: Merge Artifacts
uses: actions/upload-artifact/merge@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
uses: actions/upload-artifact/merge@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
if: ${{ contains(needs.newman-test-run.result, 'failure') }}
with:
name: newman-${{ inputs.os }}-html-reports
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ jobs:
secret_access_key: ${{ secrets.LIGHTHOUSE_SECRET }}

- name: Publish report
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
name: lighthouse-report
path: centreon/lighthouse/report/lighthouseci-index.html
Expand Down Expand Up @@ -947,7 +947,7 @@ jobs:
shell: bash

- name: Upload built openapi doc
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
name: openapi-doc
path: |
Expand Down

0 comments on commit aabbc69

Please sign in to comment.