From 2e9cef3ed8c9f0c1699021e4be2d6f0e6ca5e0e8 Mon Sep 17 00:00:00 2001 From: ParticleG Date: Wed, 26 Oct 2022 11:04:06 +0800 Subject: [PATCH] - Bump actions' versions --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8955fb95..0af46dd2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -712,11 +712,11 @@ jobs: steps: - uses: actions/checkout@v3 - name: Cleanup - uses: geekyeggo/delete-artifact@v1 + uses: geekyeggo/delete-artifact@v2 with: name: ${{ env.CORE_LOVE_ARTIFACT_NAME }} - name: Send Discord message - uses: Sniddl/discord-commits@v1.3 + uses: Sniddl/discord-commits@v1.5 with: webhook: ${{ secrets.DISCORD_WEBHOOK }} message: "Github Actions for **${{ github.repository }}**."