diff --git a/.github/workflows/cicd_macos.yaml b/.github/workflows/cicd_macos.yaml index 33d4c71..5008f45 100644 --- a/.github/workflows/cicd_macos.yaml +++ b/.github/workflows/cicd_macos.yaml @@ -129,7 +129,7 @@ jobs: shell: bash - name: Upload Artifact. - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: artifact-aarch64 # Include both the zipped universal app bundle and the aarch64 binary zip @@ -184,7 +184,7 @@ jobs: shell: bash - name: Upload Artifact. - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: artifact-x86_64 path: enduser/*.zip @@ -355,7 +355,7 @@ jobs: shell: bash - name: Upload Artifact. Signed/Notarize is optional. - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: artifact-${{ runner.os }} path: "*.dmg" diff --git a/.github/workflows/cicd_ubuntu.yaml b/.github/workflows/cicd_ubuntu.yaml index 6218991..56fc41c 100644 --- a/.github/workflows/cicd_ubuntu.yaml +++ b/.github/workflows/cicd_ubuntu.yaml @@ -181,7 +181,7 @@ jobs: shell: bash - name: Upload Artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: artifact-${{ matrix.RELEASE_FILE_NAME }} path: ${{ matrix.RELEASE_FILE_NAME }} diff --git a/.github/workflows/cicd_windows.yaml b/.github/workflows/cicd_windows.yaml index 65032fb..09763b4 100644 --- a/.github/workflows/cicd_windows.yaml +++ b/.github/workflows/cicd_windows.yaml @@ -67,7 +67,7 @@ jobs: shell: pwsh - name: Upload Artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: artifact-${{ runner.os }} path: ${{ env.RELEASE_ZIP_FILE }} diff --git a/.github/workflows/snap.yml b/.github/workflows/snap.yml index 7a916dc..2a77953 100644 --- a/.github/workflows/snap.yml +++ b/.github/workflows/snap.yml @@ -20,7 +20,7 @@ jobs: - uses: snapcore/action-build@v1 - name: Upload Artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: artifact-snap path: "*.snap"