Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update github actions to latest versions #1836

Merged
merged 2 commits into from
Feb 5, 2024

Commits on Feb 5, 2024

  1. Update github actions to latest versions

    Primarily to avoid the versions that are now deprecated, but also update
    actions/upload-artifact to keep us up to date.
    CendioOssman committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    60643fe View commit details
    Browse the repository at this point in the history
  2. Fix import of "commander"

    The default import was deprecated ages ago, and in v12 it has now
    finally been changed in a breaking way.
    
    Change the code to import things the proper way.
    CendioOssman committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    cd92772 View commit details
    Browse the repository at this point in the history