Open TWiStErRob opened 10 months ago
It seems the direct culprit is @actions/artifact
, one of this action's dependencies. See detailed analysis and proposal in
@mmu100 elaborate please
This could happen if the same file exists in the machine in the same path as the aciotion can not overwrite it. I had the same issue and it was due to the files exists with same name and path
It seems the direct culprit is
@actions/artifact
, one of this action's dependencies. See detailed analysis and proposal in
This issue should have been addressed in download-artifact
v4.1.5 (2024-04-18) (the latest one is v4.1.8.)
According to https://github.com/actions/toolkit/issues/1618#issuecomment-1925416310, what's needed is to update archiver
, one of dependencies of @actions/artifact
, from 5.3.1 to at least 6.0.0.
download-arifact
v4.1.5 updated @actions/artifact
from ^2.1.1
to ^2.1.5
, with archiver
updated from ^5.3.1
to ^7.0.1
, thus fixed current issue. See https://github.com/actions/download-artifact/compare/v4.1.4...v4.1.5.
Any news on this?
It's pretty unsettling when a "blessed" Github Action emits a DeprecationWarning regarding a security vulnerability
What happened?
What did you expect to happen?
No security vulnerabilities by first party actions.
How can we reproduce it?
Anything else we need to know?
According to https://github.com/actions/download-artifact/issues?q=is%3Aissue+is%3Aopen+DeprecationWarning, this has been ongoing for more than a year.
What version of the action are you using?
v4.1.1
What are your runner environments?
linux
Are you on GitHub Enterprise Server? If so, what version?
no