From 37a8dba9585e025541282ea2da5f70d4e1728ce7 Mon Sep 17 00:00:00 2001 From: kj4lxc Date: Sun, 1 Mar 2026 22:26:42 +0000 Subject: [PATCH] Update .github/workflows/WebCI.yml --- .github/workflows/WebCI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/WebCI.yml b/.github/workflows/WebCI.yml index 6805fde..a8d299c 100644 --- a/.github/workflows/WebCI.yml +++ b/.github/workflows/WebCI.yml @@ -9,7 +9,7 @@ jobs: runs-on: [linux] steps: - name: Send Startup Notification to Discord - uses: sarisia/actions-status-discord@v1 + uses: sarisia/actions-status-discord@v1.16.0 if: always() with: webhook: ${{ secrets.DISCORD_WEBHOOK }} @@ -61,7 +61,7 @@ jobs: run: | mv ./workingdir2/* ./ - name: Send Ending Notification to Discord - uses: sarisia/actions-status-discord@v1 + uses: sarisia/actions-status-discord@v1.16.0 if: always() with: webhook: ${{ secrets.DISCORD_WEBHOOK}}