From 67c8e7ed6ef76e280a4483b43b9c08effcfca2f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 13:06:23 +0000 Subject: [PATCH] Update WalshyDev/blob-builds digest to a1f3a1c --- .github/workflows/publish-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-build.yml b/.github/workflows/publish-build.yml index 31e94e16a2..c07bf93fa4 100644 --- a/.github/workflows/publish-build.yml +++ b/.github/workflows/publish-build.yml @@ -28,7 +28,7 @@ jobs: run: mvn clean package - name: Upload Dev build - uses: WalshyDev/blob-builds/gh-action@ea9ecd9266c902c6627f884e657560d0fa6b61dd + uses: WalshyDev/blob-builds/gh-action@a1f3a1ce40dac4177a255d4571638c430f24a18f if: github.ref == 'refs/heads/master' with: project: Slimefun4 @@ -38,7 +38,7 @@ jobs: releaseNotes: ${{ github.event.head_commit.message }} - name: Upload RC build - uses: WalshyDev/blob-builds/gh-action@ea9ecd9266c902c6627f884e657560d0fa6b61dd + uses: WalshyDev/blob-builds/gh-action@a1f3a1ce40dac4177a255d4571638c430f24a18f if: github.ref == 'refs/heads/stable' with: project: Slimefun4 @@ -48,7 +48,7 @@ jobs: releaseNotes: ${{ github.event.head_commit.message }} - name: Upload Experimental build - uses: WalshyDev/blob-builds/gh-action@ea9ecd9266c902c6627f884e657560d0fa6b61dd + uses: WalshyDev/blob-builds/gh-action@a1f3a1ce40dac4177a255d4571638c430f24a18f if: github.ref == 'refs/heads/experimental' with: project: Slimefun4