From af36c0f58df4e1dac7db3eba7f6b44ac0742f76c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 14:54:23 +0000 Subject: [PATCH] Bump actions/upload-artifact from 3.1.2 to 4.0.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.2 to 4.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3.1.2...v4.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/back-end.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/back-end.yml b/.github/workflows/back-end.yml index 661bc97..2e814dd 100644 --- a/.github/workflows/back-end.yml +++ b/.github/workflows/back-end.yml @@ -112,7 +112,7 @@ jobs: - name: "Tests have failed: upload logs" if: "${{ failure() }}" - uses: "actions/upload-artifact@v3.1.2" + uses: "actions/upload-artifact@v4.0.0" with: path: "storage/logs/" # Prefix with project name (github.repository contains a slash)