Skip to content

fix(ci): update release workflow actions - #132

Merged
HazAT merged 1 commit into
masterfrom
fix/release-artifact-actions-v4
Aug 11, 2026
Merged

fix(ci): update release workflow actions#132
HazAT merged 1 commit into
masterfrom
fix/release-artifact-actions-v4

Conversation

@HazAT

@HazAT HazAT commented Aug 11, 2026

Copy link
Copy Markdown
Member

Summary

  • update the release workflow's artifact upload and download actions from v3 to v4
  • update checkout and cache to their supported v4 releases
  • unblock the Firebase redirect deployment added by chore: redirect legacy site to new domain #130

Root cause

The post-merge Release run failed during job setup because GitHub now rejects actions/upload-artifact@v3 before any build steps run.

Failed run: https://github.com/getsentry/hackweek/actions/runs/31466440839

Validation

  • actionlint .github/workflows/release.yml
  • parsed .github/workflows/release.yml as YAML
  • git diff --check

Upgrade the release workflow's first-party GitHub Actions to supported major versions. In particular, artifact upload and download now use v4, avoiding the setup-time failure caused by the retired v3 artifact service.
@HazAT
HazAT merged commit 03dcab0 into master Aug 11, 2026
9 of 10 checks passed
@HazAT
HazAT deleted the fix/release-artifact-actions-v4 branch August 11, 2026 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant