Skip to content

Commit

Permalink
chore(deps): bump actions/upload-artifact from 4.3.1 to 4.3.3
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.1 to 4.3.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@5d5d22a...6546280)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 1, 2024
1 parent 60d45f6 commit 678f7ac
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/behat-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/cypress-component-parallelization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/cypress-e2e-parallelization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,23 +158,23 @@ 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/
retention-days: 1

- 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
retention-days: 1

- 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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/newman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 678f7ac

Please sign in to comment.