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

Deprecation notice: v3 of the artifact actions #1398

Open
gatoniel opened this issue Oct 22, 2024 · 0 comments · May be fixed by #1399
Open

Deprecation notice: v3 of the artifact actions #1398

gatoniel opened this issue Oct 22, 2024 · 0 comments · May be fixed by #1399

Comments

@gatoniel
Copy link

The upload-artifact and download-artifact actions are currently on version 3. They have to be updated to v4 by 30th of Nov. 2024, otherwise they will no longer be executed on github. See https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

There are some breaking changes that affect the current workflows:

  1. As hidden files .coverage.* are uploaded this has to be explicitly marked with the include-hidden-files: true directive
  2. In one workflow, files cannot be uploaded to the same artifact name in multiple jobs. The artifacts have to have unique names within a workflow. This can be solved by using the name coverage-data-${{ matrix.python }}-${{ matrix.os }}. Then, in the download-artifact the directives pattern: coverage-data-* and merge-multiple: true can be used.
@gatoniel gatoniel linked a pull request Oct 22, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant