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
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -122,6 +122,7 @@ For assistance with breaking changes, see [MIGRATION.md](docs/MIGRATION.md).
122
122
| - | - | - |
123
123
| `artifact-id` | GitHub ID of an Artifact, can be used by the REST API | `1234` |
124
124
| `artifact-url` | URL to download an Artifact. Can be used in many scenarios such as linking to artifacts in issues or pull requests. Users must be logged-in in order for this URL to work. This URL is valid as long as the artifact has not expired or the artifact, run or repository have not been deleted | `https://github.com/example-org/example-repo/actions/runs/1/artifacts/1234` |
125
+
| `artifact-digest` | SHA-256 digest of an Artifact | 0fde654d4c6e659b45783a725dc92f1bfb0baa6c2de64b34e814dc206ff4aaaf |
Copy file name to clipboardExpand all lines: action.yml
+3
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,9 @@ outputs:
61
61
62
62
This URL will be valid for as long as the artifact exists and the workflow run and repository exists. Once an artifact has expired this URL will no longer work.
63
63
Common uses cases for such a download URL can be adding download links to artifacts in descriptions or comments on pull requests or issues.
64
+
artifact-digest:
65
+
description: >
66
+
SHA-256 digest for the artifact that was just uploaded. Empty if the artifact upload failed.
Copy file name to clipboardExpand all lines: merge/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,7 @@ For most cases, this may not be the most efficient solution. See [the migration
65
65
| - | - | - |
66
66
| `artifact-id` | GitHub ID of an Artifact, can be used by the REST API | `1234` |
67
67
| `artifact-url` | URL to download an Artifact. Can be used in many scenarios such as linking to artifacts in issues or pull requests. Users must be logged-in in order for this URL to work. This URL is valid as long as the artifact has not expired or the artifact, run or repository have not been deleted | `https://github.com/example-org/example-repo/actions/runs/1/artifacts/1234` |
68
+
| `artifact-digest` | SHA-256 digest of an Artifact | 0fde654d4c6e659b45783a725dc92f1bfb0baa6c2de64b34e814dc206ff4aaaf |
Copy file name to clipboardExpand all lines: merge/action.yml
+3
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,9 @@ outputs:
57
57
58
58
This URL will be valid for as long as the artifact exists and the workflow run and repository exists. Once an artifact has expired this URL will no longer work.
59
59
Common uses cases for such a download URL can be adding download links to artifacts in descriptions or comments on pull requests or issues.
60
+
artifact-digest:
61
+
description: >
62
+
SHA-256 digest for the artifact that was just uploaded. Empty if the artifact upload failed.
0 commit comments