Skip to content

Conversation

@jamesatha
Copy link
Contributor

download-artifact v2 is deprecated and is failing to build. Updating it to the most recent version

download-artifact v2 is deprecated. Updating it to the most recent version
@meta-cla meta-cla bot added the CLA Signed label Aug 21, 2025
@facebook-github-bot
Copy link
Contributor

@facebook-github-bot has imported this pull request. If you are a Meta employee, you can view this in D80707522. (Because this pull request was imported automatically, there will not be any future comments.)

@cooperlees cooperlees requested a review from Copilot August 21, 2025 14:16
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates the deprecated download-artifact action from v2 to v5 in the GitHub workflow to fix build failures. The change ensures the workflow continues to function with the latest supported action version.

Key changes:

  • Updates actions/download-artifact from v2 to v5 in the flashy workflow

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

uses: actions/checkout@v3
- name: Download flashy build
uses: actions/download-artifact@v2
uses: actions/download-artifact@v5
Copy link

Copilot AI Aug 21, 2025

Choose a reason for hiding this comment

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

The download-artifact@v5 action has breaking changes from v2. The 'name' parameter is now required to be specified in the 'with' section, but your current configuration should work. However, consider reviewing the v5 documentation to ensure all parameters are correctly configured for the new version.

Copilot uses AI. Check for mistakes.
@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 35f124c.

@jamesatha jamesatha deleted the jamesatha-download-artifact-upgrade-from-v2-to-v5 branch October 8, 2025 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants