Hello, based on the email at [email protected] [1] v3 version of actions/upload-artifact and actions/download-artifact are already deprecated and will be removed as of Dec 5th [2].
I've done a quick search in my local machine on the cloned repositories and there seems to be a few cases with the v3 version used. Please review your repositories for such occurrences and plan for the version upgrade, otherwise the actions will start failing. What I found [3]: - https://github.com/apache/incubator-kie-tools/blob/main/.github/actions/upload-ci-reports-and-artifacts/action.yml - https://github.com/apache/incubator-kie-kogito-pipelines/blob/main/.ci/actions/dsl-tests/action.yml - https://github.com/apache/incubator-kie-kogito-serverless-operator/blob/main/.github/workflows/e2e.yml Regards Jan [1] https://lists.apache.org/thread/z8syf8b9tw4fbzc8s0xz82st6qtobz69 [2] https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/ [3] https://github.com/search?q=org%3Aapache+%28actions%2Fdownload-artifact+OR+actions%2Fupload-artifact+%29+AND+%28repo%3Aapache%2Fincubator-kie-drools+OR+repo%3Aapache%2Fincubator-kie-optaplanner+OR+repo%3Aapache%2Fincubator-kie-tools+OR+repo%3Aapache%2Fincubator-kie-kogito-runtimes++OR+repo%3Aapache%2Fincubator-kie-kogito-apps+OR+repo%3Aapache%2Fincubator-kie-kogito-examples+OR+repo%3Aapache%2Fincubator-kie-kogito-pipelines+OR+repo%3Aapache%2Fincubator-kie-kogito-serverless-operator%29&type=code
