diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c4a9546..9ee482a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: run: dotnet build --configuration Release DiscordChatWebhook/DiscordChatWebhook.csproj - name: Upload Artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: DiscordChatWebhook path: |