Skip to content

Fix Pyre workflow failure from deprecated artifact action usage - #1

Closed
EfeAtesh with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-pyre-job-failure
Closed

Fix Pyre workflow failure from deprecated artifact action usage#1
EfeAtesh with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-pyre-job-failure

Conversation

Copilot AI commented Sep 4, 2026

Copy link
Copy Markdown

The pyre GitHub Actions job was failing before analysis due to deprecated actions/upload-artifact@v2 usage inside the pinned facebook/pyre-action revision. This PR updates the workflow pin and aligns inputs with repository contents to unblock the check.

  • Root cause addressed

    • Updated .github/workflows/pyre.yml to pin facebook/pyre-action to a newer commit that no longer depends on deprecated artifact-action versions.
  • Workflow input alignment

    • Removed requirements-path: 'requirements.txt' since this repository does not contain a requirements.txt, preventing an avoidable hard failure in dependency-install step.
  • Change snapshot

    - uses: facebook/pyre-action@60697a7858f7cc8470d8cc494a3cf2ad6b06560d
      with:
        repo-directory: './'
        requirements-path: 'requirements.txt'
    
    + uses: facebook/pyre-action@f74f3a073756aa0a2435f955565fd2a89c2126e3
      with:
        repo-directory: './'

Co-authored-by: EfeAtesh <156576779+EfeAtesh@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix failing GitHub Actions job "pyre" Fix Pyre workflow failure from deprecated artifact action usage Sep 4, 2026
Copilot AI requested a review from EfeAtesh September 4, 2026 09:01
@EfeAtesh

EfeAtesh commented Sep 4, 2026

Copy link
Copy Markdown
Owner

ok

@EfeAtesh EfeAtesh closed this Sep 4, 2026
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.

2 participants