Skip to content

Commit 5586bd7

Browse files
chore(deps): bump actions/upload-artifact from 4.3.6 to 4.4.0 (#495)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.6 to 4.4.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@834a144...5076954) --- 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>
1 parent faa1ec6 commit 5586bd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@ jobs:
6767
start: bun run start
6868
working-directory: e2e
6969

70-
- uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
70+
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
7171
if: failure()
7272
with:
7373
compression-level: 9
7474
name: cypress-${{ matrix.e2e_test }}-screenshots
7575
path: e2e/cypress/screenshots
7676
spec: features/${{ matrix.e2e_test }}
7777

78-
- uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
78+
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
7979
if: failure()
8080
with:
8181
compression-level: 9

0 commit comments

Comments
 (0)