Skip to content

ci: bump discord-webhook-upload-action to v0.3#76

Merged
duzos merged 1 commit into
masterfrom
fix/devbuild-webhook-204
May 7, 2026
Merged

ci: bump discord-webhook-upload-action to v0.3#76
duzos merged 1 commit into
masterfrom
fix/devbuild-webhook-204

Conversation

@duzos

@duzos duzos commented May 7, 2026

Copy link
Copy Markdown
Owner

Summary

  • The dev-build CI is failing every push: header message posts to Discord, jar never uploads.
  • Root cause: drtheodor/discord-webhook-upload-action@v0.2 treats Discord's 204 No Content (the normal success response for a webhook POST without wait=true) as an error and aborts before the file step.
  • Upstream fixed this in commit 448fefa "204 is not an error, actually", released as v0.3.

Test plan

  • Merge, then verify the next dev-build run on master both posts the message and attaches the jar

v0.2 treats discord's 204 no-content response as a failure, so the
header message posts but the jar upload step never runs. v0.3 includes
upstream commit 448fefa fixing this.
Copilot AI review requested due to automatic review settings May 7, 2026 17:09
@github-actions github-actions Bot added S: Untriaged Status: Indicates an item has not been triaged and doesn't have appropriate labels. C: No Java Changes: Requires no Java knowledge to review or fix this item. labels May 7, 2026
@duzos duzos added bug Something isn't working and removed S: Untriaged Status: Indicates an item has not been triaged and doesn't have appropriate labels. labels May 7, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the dev-build publishing workflow to use drtheodor/discord-webhook-upload-action v0.3 (pinned by commit SHA) so the Discord webhook step doesn’t fail on Discord’s normal 204 No Content response and abort before uploading the jar.

Changes:

  • Bump drtheodor/discord-webhook-upload-action from v0.2 to v0.3 (via pinned commit SHA) in the dev-build publish workflow.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@duzos duzos merged commit a3d2859 into master May 7, 2026
6 checks passed
@duzos duzos self-assigned this May 7, 2026
@duzos duzos deleted the fix/devbuild-webhook-204 branch May 7, 2026 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working C: No Java Changes: Requires no Java knowledge to review or fix this item.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants