Closed jackbelyeu closed 2 months ago
Describe the bug + expected behavior The workflow defined in create-executable.yml currently automatically fails with the following error: "Error: This request has been automatically failed because it uses a deprecated version of actions/upload-artifact: v2. Learn more: https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/"
actions/upload-artifact: v2
The .yml defines a Github Action workflow that creates a .exe file that runs Mouser. Recently (as of this month), the workflow was functional, but appears to be using deprecated versions and needs to be updated.
Tasks to complete issue:
Describe the bug + expected behavior The workflow defined in create-executable.yml currently automatically fails with the following error: "Error: This request has been automatically failed because it uses a deprecated version of
actions/upload-artifact: v2
. Learn more: https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/"The .yml defines a Github Action workflow that creates a .exe file that runs Mouser. Recently (as of this month), the workflow was functional, but appears to be using deprecated versions and needs to be updated.
Tasks to complete issue: