Closed waclawjacek closed 2 months ago
Our QIT tests are currently failing. This is because GH Actions no longer support actions/upload-artifact@v1 that the workflow is using. Background: https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/
actions/upload-artifact@v1
This PR replaces usage of v1 with the newest v4.
trunk
Description
Our QIT tests are currently failing. This is because GH Actions no longer support
actions/upload-artifact@v1
that the workflow is using. Background: https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/This PR replaces usage of v1 with the newest v4.
Steps to reproduce & screenshots/GIFs
trunk
and see it fail.