Jun 6, 2026 at 2:06pm
#1
Severity: 🟡 Medium (0.51) | Type: 🔊 Audio
Report
[Dishonored 2] ci: static.yml의 deprecated 액션 버전으로 Pages 배포 실패 Source: https://github.com/any-survey/any-survey.github.io/issues/2 ## 증상 `.github/workflows/static.yml`(Deploy static content to Pages)이 `main` push 시 **자동 실패**한다. 빌드 산출물(`docs/`)이 정상 푸시되어도 GitHub Pages로 배포되지 않아 라이브 사이트가 갱신되지 않는다. 실패 로그: ``` ##[error]This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v3`. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/ ``` ## 근본 원인 `static.yml`이 오래된 액션 버전을 사용한다. 특히 `actions/upload-pages-artifact@v1`이 내부적으로 deprecated된
GameAi Intelligence | Issue #8883 |