From 83c7ea9df215b3ec343e12412ac12def17bd18dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 19:10:01 +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/runLauncherTest.yml | 2 +- .github/workflows/runTest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/runLauncherTest.yml b/.github/workflows/runLauncherTest.yml index 6b8220c6..92f82e5e 100644 --- a/.github/workflows/runLauncherTest.yml +++ b/.github/workflows/runLauncherTest.yml @@ -16,7 +16,7 @@ jobs: ./gradlew :ide-launcher:test - name: Save fails report if: ${{ failure() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ui-tests-fails-report-windows path: | diff --git a/.github/workflows/runTest.yml b/.github/workflows/runTest.yml index 4abee4c7..5ad6891f 100644 --- a/.github/workflows/runTest.yml +++ b/.github/workflows/runTest.yml @@ -74,7 +74,7 @@ jobs: - name: Save fails report if: ${{ failure() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ matrix.reportName }} path: |