diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index be042d1..fad8f16 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,7 +47,7 @@ jobs: shell: pwsh run: ./build.ps1 -Arch ${{ matrix.arch }} -Tls ${{ matrix.tls }} -Link ${{ matrix.link }} -Install -BuildInstaller -Debug - name: Upload - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 with: name: bin-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.tls }}-${{ matrix.link }} path: | diff --git a/.github/workflows/onebranch.yml b/.github/workflows/onebranch.yml index d8e00c7..f904cba 100644 --- a/.github/workflows/onebranch.yml +++ b/.github/workflows/onebranch.yml @@ -32,7 +32,7 @@ jobs: shell: pwsh run: ./.azure/post-build.ps1 -Arch ${{ matrix.arch }} - name: Upload - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 with: name: bin-windows-${{ matrix.arch }} path: |