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 deprecated GitHub Actions and add Python versions #408

Merged
merged 6 commits into from
Oct 14, 2024

Commits on Jul 14, 2024

  1. Update main.yml for Create Examples GH Actions

    actions/upload-artifact@v3 is scheduled for deprecation on November 30, 2024. Learn more. Similarly, v1/v2 are scheduled for deprecation on June 30, 2024. Please update your workflow to use v4 of the artifact actions.
    martinrieder authored Jul 14, 2024
    Configuration menu
    Copy the full SHA
    ccc9d0e View commit details
    Browse the repository at this point in the history
  2. Fix uploading artifacts

    Breaking change in upload-artifact@v4:
    Uploading to the same named Artifact multiple times.
    
    Due to how Artifacts are created in this new version, it is no longer possible to upload to the same named Artifact multiple times. You must either split the uploads into multiple Artifacts with different names, or only upload once. Otherwise you will encounter an error.
    martinrieder authored Jul 14, 2024
    Configuration menu
    Copy the full SHA
    c18e311 View commit details
    Browse the repository at this point in the history
  3. Fix matrix references

    martinrieder authored Jul 14, 2024
    Configuration menu
    Copy the full SHA
    c54835a View commit details
    Browse the repository at this point in the history
  4. Parallelize matrix runs

    martinrieder authored Jul 14, 2024
    Configuration menu
    Copy the full SHA
    9420b1a View commit details
    Browse the repository at this point in the history
  5. Update setup-python@v5

    martinrieder authored Jul 14, 2024
    Configuration menu
    Copy the full SHA
    f5f7317 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    4abd7ab View commit details
    Browse the repository at this point in the history