oss-slu / Mouser

GNU General Public License v3.0
1 stars 7 forks source link

Workflow defined by create-executable.yml automatically fails with an error #219

Closed jackbelyeu closed 2 months ago

jackbelyeu commented 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/"

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: