-
Notifications
You must be signed in to change notification settings - Fork 166
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
Missing output for download-artifact@v3 #442
Comments
The output is set in the latest version of the code, it is just not declared in the |
This issue should be fixed by v1.7.2. |
Can you indicate where this was fixed in the diff?
v1.7.1...v1.7.2 I couldn't find
a location.
…On Mon, Sep 23, 2024 at 11:54 AM Linda_pp ***@***.***> wrote:
This issue should be fixed by v1.7.2
<https://github.com/rhysd/actionlint/releases/tag/v1.7.2>.
—
Reply to this email directly, view it on GitHub
<#442 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAE7CTOX7DZ4ETOCMTJMLEDZYBBUDAVCNFSM6AAAAABM6CGGQ6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNRYHA2DAOJUHA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
The relevant code
https://github.com/rhysd/actionlint/blob/v1.7.2/popular_actions.go#L613
On Mon, Sep 23, 2024 at 6:27 PM Isaac B Sanders ***@***.***>
wrote:
… Can you indicate where this was fixed in the diff?
v1.7.1...v1.7.2 I couldn't
find a location.
On Mon, Sep 23, 2024 at 11:54 AM Linda_pp ***@***.***>
wrote:
> This issue should be fixed by v1.7.2
> <https://github.com/rhysd/actionlint/releases/tag/v1.7.2>.
>
> —
> Reply to this email directly, view it on GitHub
> <#442 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAE7CTOX7DZ4ETOCMTJMLEDZYBBUDAVCNFSM6AAAAABM6CGGQ6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNRYHA2DAOJUHA>
> .
> You are receiving this because you commented.Message ID:
> ***@***.***>
>
|
This commit: 51c772b Notice that diff is not expanded by default and you need to click 'Load diff'. |
The action mentioned in the issue about ( |
Okay let me check it later. |
I checked the source. And I also confirmed that So the simple way to fix this issue is just upgrading your dependency from v3 to v4. |
We are on GHES, so we can not upgrade to v4. v3 doesn't specify the output, but it does exist. |
I'm going to see how difficult it would be to contribute the change upstream. |
Thanks for creating the issue. Meanwhile |
I added a workaround for this issue at d339f6e. It is shipped with the latest release v1.7.3. https://github.com/rhysd/actionlint/releases/tag/v1.7.3 |
You’re fantastic. I appreciate you. |
and remove workaround for #442 because `actions/download-artifact@v3` is no longer available due to the drop of `node16` runner.
https://github.com/actions/download-artifact/tree/v3?tab=readme-ov-file#download-path-output
@V3 does have an download-path output as per documentation. Can we have this added to the checks please?
https://github.com/rhysd/actionlint/blob/main/popular_actions.go#L611-L631
suggestion:
The text was updated successfully, but these errors were encountered: