From 85c70f8045c7328c74d8076b5273f5effe4f6bad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 17:47:17 +0000 Subject: [PATCH] GHA: update actions/download-artifact digest to d3f86a1 Closes #17174 --- .github/workflows/distcheck.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/distcheck.yml b/.github/workflows/distcheck.yml index 05b8c03ead..5e550b8d0f 100644 --- a/.github/workflows/distcheck.yml +++ b/.github/workflows/distcheck.yml @@ -71,7 +71,7 @@ jobs: timeout-minutes: 15 needs: maketgz-and-verify-in-tree steps: - - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4 + - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 with: name: 'release-tgz' @@ -94,7 +94,7 @@ jobs: timeout-minutes: 15 needs: maketgz-and-verify-in-tree steps: - - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4 + - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 with: name: 'release-tgz' @@ -115,7 +115,7 @@ jobs: timeout-minutes: 15 needs: maketgz-and-verify-in-tree steps: - - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4 + - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 with: name: 'release-tgz' @@ -136,7 +136,7 @@ jobs: with: persist-credentials: false - - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4 + - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 with: name: 'release-tgz' -- 2.47.3