diff --git a/.github/workflows/build-linux-ubuntu-24.yml b/.github/workflows/build-linux-ubuntu-24.yml index d1985d4..d9ad2e9 100644 --- a/.github/workflows/build-linux-ubuntu-24.yml +++ b/.github/workflows/build-linux-ubuntu-24.yml @@ -96,7 +96,7 @@ jobs: - name: Upload artifact (1 day) if: ${{ inputs.dry == false }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: hyperyap-linux path: | diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index 0963ceb..5a6e882 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -141,7 +141,7 @@ jobs: - name: Upload artifact (1 day) if: ${{ inputs.dry == false }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: hyperyap-linux path: | diff --git a/.github/workflows/build-macos-intel.yml b/.github/workflows/build-macos-intel.yml index c98b4d5..4cbd222 100644 --- a/.github/workflows/build-macos-intel.yml +++ b/.github/workflows/build-macos-intel.yml @@ -230,7 +230,7 @@ jobs: - name: Upload artifact (1 day) if: ${{ inputs.dry == false }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: hyperyap-macos-intel path: | diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 5a39f70..b3c7cb1 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -209,7 +209,7 @@ jobs: - name: Upload artifact (1 day) if: ${{ inputs.dry == false }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: hyperyap-macos path: | diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 294b860..cf57c76 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -87,7 +87,7 @@ jobs: - name: Upload unsigned artifact if: ${{ inputs.dry == false }} id: upload-unsigned-artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: unsigned-binaries path: unsigned_artifacts @@ -155,7 +155,7 @@ jobs: - name: Upload artifact (1 day) if: ${{ inputs.dry == false }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: hyperyap-windows-x64 path: release-bundle