From 57b8e4a41b943331507f4aa39f5029dfc197084d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 09:52:27 +0000 Subject: [PATCH] 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](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/development.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index 0b3f27916..3f9d224c8 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -150,7 +150,7 @@ jobs: - name: Upload log artifact if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: StylesLog-${{ matrix.php }} path: | @@ -196,7 +196,7 @@ jobs: - name: Upload log artifact if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: TestsLog-${{ matrix.php }} path: | @@ -250,7 +250,7 @@ jobs: sleep 2 - name: Upload log artifact if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: CodeceptionTestsLog-${{ matrix.php }} path: |