From ed66c55d5d2abe6a94c5e89bb906e49622a5b380 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 17:53:06 +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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index 80e7084..a08cd27 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -155,7 +155,7 @@ jobs: - name: Upload configuration artifacts if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Configs-${{ inputs.php }}-${{ inputs.mysql }}-${{ inputs.template_engine }} path: | @@ -212,7 +212,7 @@ jobs: - name: Upload log artifact if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: StylesLog-${{ inputs.php }} path: | @@ -248,7 +248,7 @@ jobs: - name: Upload log artifact if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ModuleIntegrationTestsLog-${{ inputs.php }}-${{ inputs.mysql }} path: | @@ -300,7 +300,7 @@ jobs: - name: Upload log artifact if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ModuleCodeceptionTestsLog-${{ inputs.php }}-${{ inputs.mysql }}-${{ inputs.template_engine }} path: | @@ -369,7 +369,7 @@ jobs: - name: Upload log artifact if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: sModuleCodeceptionTestsLog-${{ inputs.php }}-${{ inputs.mysql }}-${{ inputs.template_engine }} path: |