From 757aba407908df36255c90bbdb753915d9ca51fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 23:47:33 +0000 Subject: [PATCH] chore(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/e2e-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index f662baae..a4eab617 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -142,7 +142,7 @@ jobs: cp $REPORT_DIR/cucumber-reports/* results/$REPORT_DIR/ ls $REPORT_DIR/cucumber-reports/ - name: Archive test artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: 'test-${{ env.REPORT_DIR }}' @@ -152,7 +152,7 @@ jobs: ${{ env.REPORT_DIR }}/cucumber-reports/* - name: Archive failed test reports - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: 'test-results'