Commit fc41c01
committed
fix(ci): fix duplicate artifact names
Different GitHub artifacts in the same workflow cannot have the same name. Since
upgrading to v4, we're getting errors because of this:
> Error: Failed to CreateArtifact: Received non-retryable error: Failed request:
> (409) Conflict: an artifact with this name already exists on the workflow run
Rename the artifacts in the test-vim-plugin workflow so that they're distinct
from each other.1 parent 268d305 commit fc41c01
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments