diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1de1ce..9518539 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,7 +87,7 @@ jobs: sudo mkdir -p -m 777 packages eval $EXECUTE_CMD bash "${REPO_DIR}/$CI_SCRIPT" "${{ matrix.source }}" - name: Upload Debian Packages Just Built to Artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: ${{ matrix.source }} path: packages @@ -102,7 +102,7 @@ jobs: done # Yes, this downloading of the cache and then uploding artifact is silly. I didn't figure out how to do it better, feel free to send a PR! - name: Upload SHA256 of Debian Packages Just Built to Artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: CADR_debs_sha256sum path: packages/*.deb.sha256sum diff --git a/build_rules/lnd.pin b/build_rules/lnd.pin index 8d39cd0..bd1b7a3 100644 --- a/build_rules/lnd.pin +++ b/build_rules/lnd.pin @@ -1 +1 @@ -b1882567a774deeddc5ad4663dfb9987584ef3b14e195a7bdac11c23f5363bbb lnd-linux-amd64-v0.18.2-beta.tar.gz +b7ef62befece22bbc60227d63280dee4dfa7ec46ec780f33988cece5a70b4b05 lnd-linux-amd64-v0.18.3-beta.tar.gz diff --git a/pkg_specs/lnd.changelog b/pkg_specs/lnd.changelog index c14be46..a5ea068 100644 --- a/pkg_specs/lnd.changelog +++ b/pkg_specs/lnd.changelog @@ -1,3 +1,8 @@ +lnd (0.18.3-1) buster; urgency=medium + + * Updated upstream version + + -- Martin Habovstiak Mon, 16 Sep 2024 09:34:21 +0000 lnd (0.18.2-1) buster; urgency=medium * Updated upstream version