From dc8c3f59ebe945156ca5868f10d9ae24a2ca7bdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 11:40:34 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 4.3.4 to 4.3.6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.3.6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.3.4...v4.3.6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/desktop-linux.yml | 4 ++-- .github/workflows/desktop-macos.yml | 4 ++-- .github/workflows/desktop-win.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/desktop-linux.yml b/.github/workflows/desktop-linux.yml index 1beff7c5..635f4d56 100644 --- a/.github/workflows/desktop-linux.yml +++ b/.github/workflows/desktop-linux.yml @@ -41,7 +41,7 @@ jobs: run: ./gradlew sample:packageDistributionForCurrentOS - name: Upload debugger - uses: actions/upload-artifact@v4.3.4 + uses: actions/upload-artifact@v4.3.6 with: name: Debugger_Linux path: ./debugger/app/build/compose/binaries/main/deb/* @@ -49,7 +49,7 @@ jobs: overwrite: false - name: Upload sample - uses: actions/upload-artifact@v4.3.4 + uses: actions/upload-artifact@v4.3.6 with: name: Sample_Linux path: ./sample/build/compose/binaries/main/deb/* diff --git a/.github/workflows/desktop-macos.yml b/.github/workflows/desktop-macos.yml index 37befa8c..1a90ac54 100644 --- a/.github/workflows/desktop-macos.yml +++ b/.github/workflows/desktop-macos.yml @@ -41,7 +41,7 @@ jobs: run: ./gradlew sample:packageDistributionForCurrentOS - name: Upload debugger - uses: actions/upload-artifact@v4.3.4 + uses: actions/upload-artifact@v4.3.6 with: name: Debugger_MacOS path: ./debugger/app/build/compose/binaries/main/dmg/* @@ -49,7 +49,7 @@ jobs: overwrite: false - name: Upload sample - uses: actions/upload-artifact@v4.3.4 + uses: actions/upload-artifact@v4.3.6 with: name: Sample_MacOS path: ./sample/build/compose/binaries/main/dmg/* diff --git a/.github/workflows/desktop-win.yml b/.github/workflows/desktop-win.yml index f4e541bd..633a97b7 100644 --- a/.github/workflows/desktop-win.yml +++ b/.github/workflows/desktop-win.yml @@ -42,7 +42,7 @@ jobs: run: ./gradlew sample:packageDistributionForCurrentOS - name: Upload debugger - uses: actions/upload-artifact@v4.3.4 + uses: actions/upload-artifact@v4.3.6 with: name: Debugger_Windows path: ./debugger/app/build/compose/binaries/main/exe/* @@ -50,7 +50,7 @@ jobs: overwrite: false - name: Upload sample - uses: actions/upload-artifact@v4.3.4 + uses: actions/upload-artifact@v4.3.6 with: name: Sample_Windows path: ./sample/build/compose/binaries/main/exe/*