mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-06-07 17:43:49 +08:00
build(deps): bump actions/upload-artifact from 4.5.0 to 4.6.2 (#6200)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.5.0 to 4.6.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.5.0...v4.6.2) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
552df7558d
commit
0e433bac1b
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -116,7 +116,7 @@ jobs:
|
||||
quiet: true
|
||||
|
||||
- name: Export screenshots (on failure only)
|
||||
uses: actions/upload-artifact@v4.5.0
|
||||
uses: actions/upload-artifact@v4.6.2
|
||||
if: failure()
|
||||
with:
|
||||
name: cypress-screenshots
|
||||
@ -124,7 +124,7 @@ jobs:
|
||||
retention-days: 7
|
||||
|
||||
- name: Export screen recordings (on failure only)
|
||||
uses: actions/upload-artifact@v4.5.0
|
||||
uses: actions/upload-artifact@v4.6.2
|
||||
if: failure()
|
||||
with:
|
||||
name: cypress-videos
|
||||
|
Loading…
Reference in New Issue
Block a user