From d11e680d8f59dae609b40b1551950055c4359549 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 13:25:30 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 3 to 4 (#209) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index ad330dd..8492460 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -210,7 +210,7 @@ jobs: name: Run Integration Tests - name: Upload test sandbox dir - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() with: name: sandbox-data-${{ steps.magento-version.outputs.version }}