Skip to content

Commit 8cebcd3

Browse files
Bump actions/upload-artifact from 4.3.3 to 4.3.4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.3.4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.3.3...v4.3.4) --- 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 0fc6136 commit 8cebcd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/back-end.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
-
113113
name: "Tests have failed: upload logs"
114114
if: "${{ failure() }}"
115-
uses: "actions/[email protected].3"
115+
uses: "actions/[email protected].4"
116116
with:
117117
path: "storage/logs/"
118118
# Prefix with project name (github.repository contains a slash)

0 commit comments

Comments
 (0)