7 Commits

Author SHA1 Message Date
Martin Rieder
f5f73178c7
Update setup-python@v5 2024-07-14 22:23:46 +02:00
Martin Rieder
9420b1a9ec
Parallelize matrix runs 2024-07-14 22:21:04 +02:00
Martin Rieder
c54835a0b4
Fix matrix references 2024-07-14 22:14:13 +02:00
Martin Rieder
c18e31140d
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.
2024-07-14 22:07:46 +02:00
Martin Rieder
ccc9d0ebf8
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.
2024-07-14 21:44:53 +02:00
Andrew Katz
c94d3eed0e Add example outputs to GH Actions
Fixup github actions
2020-07-19 19:03:07 +02:00
Florian Pigorsch
6cf7178a9f
[ci] Setup Github actions to run 'build_examples.py' as a test on each pull/pull request. (#34)
Co-authored-by: Florian Pigorsch <florian@concept.de>
2020-06-28 14:59:29 +02:00