File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 40
40
- name : Store migrated collection artifacts
41
41
uses : actions/upload-artifact@v4.4.0
42
42
with :
43
- name : collection
43
+ name : collection_v${{ matrix.ansible }}
44
44
path : .cache/v${{ matrix.ansible }}/collection-tarballs
45
45
overwrite : true
46
46
69
69
- name : Download migrated collection artifacts
70
70
uses : actions/download-artifact@v4.1.7
71
71
with :
72
- name : collection
72
+ name : collection_v${{ matrix.ansible }}
73
73
path : .cache/v${{ matrix.ansible }}/collection-tarballs
74
74
75
75
- name : Install the collection tarball
@@ -106,7 +106,7 @@ jobs:
106
106
- name : Download migrated collection artifacts
107
107
uses : actions/download-artifact@v4.1.7
108
108
with :
109
- name : collection
109
+ name : collection_v${{ matrix.ansible }}
110
110
path : .cache/v${{ matrix.ansible }}/collection-tarballs
111
111
112
112
- name : Install the collection tarball
You can’t perform that action at this time.
0 commit comments