From f67badcddbf5a616825232265abb80254e62f13e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 18:53:18 +0000 Subject: [PATCH] GitHub Actions(deps): 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/module-plugin-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/module-plugin-test.yml b/.github/workflows/module-plugin-test.yml index aaae6c8..464f225 100644 --- a/.github/workflows/module-plugin-test.yml +++ b/.github/workflows/module-plugin-test.yml @@ -199,7 +199,7 @@ jobs: working-directory: ${{ steps.workflow.outputs.DIST }} run: find . - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: path: ${{ steps.workflow.outputs.DIST }} name: ${{ steps.workflow.outputs.PACKAGE }} @@ -220,7 +220,7 @@ jobs: - name: Store screenshots of test failures if: failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: path: ./tests/cypress/screenshots name: ${{ steps.workflow.outputs.PACKAGE }}-screenshots