-
Notifications
You must be signed in to change notification settings - Fork 903
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
Transition from v4.3.4 to v4.3.5 broke regular building pipelines because actions/upload-artifact
does not derefernce symlink anymore by default and upload symlinks as is but not target files.
See "Upload StarPU libraries" job for details.
- Oringinal pipeline: https://github.com/nntile/nntile/actions/runs/10142088400/job/28040670213
- Broken pipeline: https://github.com/nntile/nntile/actions/runs/10222093470/job/28286024223
What did you expect to happen?
- Pipelines are expected to work as before.
- Symlinks are dereferenced by default.
- This action providesd special option/flag for (de)referencing symlinks (kind of -L/-l in common POSIX utils).
How can we reproduce it?
You can fork repo or create pull request and trigger pipeline on push event.
Anything else we need to know?
No response
What version of the action are you using?
v4.3.5 (no issue with the previous v4.3.4)
What are your runner environments?
linux
Are you on GitHub Enterprise Server? If so, what version?
No response
trfv, fuch1m, rmoyard, cipolleschi, cortinico and 2 more
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working