Skip to content

Commit 55e86b3

Browse files
build(deps): bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 289817b commit 55e86b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
make generate integration-test
9191
9292
- name: Upload logs
93-
uses: actions/upload-artifact@v3
93+
uses: actions/upload-artifact@v4
9494
if: failure()
9595
with:
9696
name: cucumber-logs

0 commit comments

Comments
 (0)