You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- github_actions/actions/download-artifacts-4
- github_actions/actions/upload-artifacts-4
Recently, GitHub updated these two actions to have different artifact
names for all build outputs, so if we set it to dnwload all artifacts on
download, it creates a folder for each artifact name and saves the build
outputs. so we change it to move the files saved in each folder to the
parent directory.
Related:
- 9fb0528
- 447a2c7
- https://github.blog/changelog/2023-12-14-github-actions-artifacts-v4-is-now-generally-available/
0 commit comments