mirror of
https://github.com/IT4Change/boilerplate-e2e-cypress-cucumber.git
synced 2026-01-20 20:01:20 +00:00
chore(deps): bump actions/upload-artifact from 5.0.0 to 6.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](330a01c490...b7c566a772)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: 6.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
b53e2226de
commit
fc835919da
2
.github/workflows/e2e.run.tests.yml
vendored
2
.github/workflows/e2e.run.tests.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
||||
|
||||
- name: E2E | if tests failed, upload report
|
||||
if: ${{ failure() && steps.e2e-run.conclusion == 'failure' }}
|
||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
||||
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
||||
with:
|
||||
name: boilerplate-e2e-test-report-pr-${{ steps.pr-number.outputs.pr }}
|
||||
path: /home/runner/work/boilerplate-e2e-cypress-cucumber/boilerplate-e2e-cypress-cucumber/cypress/reports/e2e_html_report
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user