Skip to content

Commit 6ee5c68

Browse files
chore(deps): bump actions/upload-artifact from 4.3.4 to 4.3.6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.3.6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@0b2256b...834a144) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2fdd74c commit 6ee5c68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/design-system-component-testing.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ jobs:
5151
command: yarn workspace @talend/design-system run test:cy
5252

5353
- name: Cypress screenshots upload
54-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b #v4.3.4
54+
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a #v4.3.6
5555
if: failure()
5656
with:
5757
name: cypress-component-testing-${{ matrix.browser }}-screenshots
5858
path: packages/design-system/cypress/screenshots/**/*
5959

6060
- name: Cypress videos upload
61-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b #v4.3.4
61+
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a #v4.3.6
6262
if: failure()
6363
with:
6464
name: cypress-component-testing-${{ matrix.browser }}-videos

0 commit comments

Comments
 (0)