diff --git a/.github/workflows/desktop-linux.yml b/.github/workflows/desktop-linux.yml index caad146e..4bf14077 100644 --- a/.github/workflows/desktop-linux.yml +++ b/.github/workflows/desktop-linux.yml @@ -57,7 +57,7 @@ jobs: - name: Upload debugger id: upload-debugger - uses: actions/upload-artifact@v4.5.0 + uses: actions/upload-artifact@v4.6.0 with: name: Debugger_Linux path: ./debugger/app/build/compose/binaries/main/deb/* @@ -67,7 +67,7 @@ jobs: - name: Upload sample id: upload-sample - uses: actions/upload-artifact@v4.5.0 + uses: actions/upload-artifact@v4.6.0 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 9e8e4e1c..ca237531 100644 --- a/.github/workflows/desktop-macos.yml +++ b/.github/workflows/desktop-macos.yml @@ -57,7 +57,7 @@ jobs: - name: Upload debugger id: upload-debugger - uses: actions/upload-artifact@v4.5.0 + uses: actions/upload-artifact@v4.6.0 with: name: Debugger_MacOS path: ./debugger/app/build/compose/binaries/main/dmg/* @@ -67,7 +67,7 @@ jobs: - name: Upload sample id: upload-sample - uses: actions/upload-artifact@v4.5.0 + uses: actions/upload-artifact@v4.6.0 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 c8d6d79d..b251f340 100644 --- a/.github/workflows/desktop-win.yml +++ b/.github/workflows/desktop-win.yml @@ -58,7 +58,7 @@ jobs: - name: Upload debugger id: upload-debugger - uses: actions/upload-artifact@v4.5.0 + uses: actions/upload-artifact@v4.6.0 with: name: Debugger_Windows path: ./debugger/app/build/compose/binaries/main/exe/* @@ -68,7 +68,7 @@ jobs: - name: Upload sample id: upload-sample - uses: actions/upload-artifact@v4.5.0 + uses: actions/upload-artifact@v4.6.0 with: name: Sample_Windows path: ./sample/build/compose/binaries/main/exe/*