File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,15 +91,21 @@ updates:
9191
9292# # :octocat: [cytopia](https://github.com/cytopia) GitHub Actions
9393
94- | Name | Description |
95- |------------------------------|-------------|
96- | [docker-tag-action] | Determines Docker tags based on git branch, commit or git tag |
97- | [git-ref-matrix-action] | Create stringified JSON list of git refs to be used as a build matrix |
98- | [shell-command-retry-action] | Retries shell commands to avoid failing pipelines due to network issues |
94+ | Name | Description |
95+ |----------------------------------|-------------|
96+ | [docker-tag-action] | Determines Docker tags based on git branch, commit or git tag |
97+ | [git-ref-matrix-action] | Create stringified JSON list of git refs to be used as a build matrix |
98+ | [shell-command-retry-action] | Retries shell commands to avoid failing pipelines due to network issues |
99+ | [upload-artifact-verify-action] | Upload artifact and verifies it by downloading it again |
100+ | [upload-artifact-retry-action] | Retries `upload-artifact-verify-action` |
101+ | [download-artifact-retry-action] | Download artifact with retry functionality |
99102
100103[docker-tag-action] : https://github.com/cytopia/docker-tag-action
101104[git-ref-matrix-action] : https://github.com/cytopia/git-ref-matrix-action
102105[shell-command-retry-action] : https://github.com/cytopia/shell-command-retry-action
106+ [upload-artifact-verify-action] : https://github.com/cytopia/upload-artifact-verify-action
107+ [upload-artifact-retry-action] : https://github.com/cytopia/upload-artifact-retry-action
108+ [download-artifact-retry-action] : https://github.com/cytopia/download-artifact-retry-action
103109
104110
105111# # :page_facing_up: License
You can’t perform that action at this time.
0 commit comments