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

Artifact link can be returned once upload-artifact called [feat req] #291

Closed
alperenbelgic opened this issue Jan 31, 2022 · 1 comment
Closed
Labels
enhancement New feature or request

Comments

@alperenbelgic
Copy link

alperenbelgic commented Jan 31, 2022

What would you like to be added?

I assume fileContainerResourceUrl returns a link like : https://github.com/[org]/[repo]/suites/[some_numbers]/artifacts/[some_other_numbers]

I would like this to be usable during the workflow.

https://github.com/actions/upload-artifact/blob/87348cee5fefa95e42e9b4804b4d68e130304158/dist/index.js#L4184the

Why is this needed?

I push Slack notifications about the results of automated UI tests and also we generate a HTML file containing visuals about the test results, and save it as an artifact. It would be useful to include the link to this file in a slack message. They wouldn't have to visit GH Actions pages.

@alperenbelgic alperenbelgic added the enhancement New feature or request label Jan 31, 2022
@konradpabjan
Copy link
Collaborator

Closing as a duplicate of #50

This is currently possible with v4 that just shipped by making an extra API call but we're pretty close to fully supporting this just FYI

@konradpabjan konradpabjan closed this as not planned Won't fix, can't repro, duplicate, stale Dec 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants