Skip to content

Commit 62c8a15

Browse files
authored
Update main.yml
Include matrix name in collection
1 parent aac574b commit 62c8a15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Store migrated collection artifacts
4141
uses: actions/upload-artifact@v4.4.0
4242
with:
43-
name: collection
43+
name: collection_v${{ matrix.ansible }}
4444
path: .cache/v${{ matrix.ansible }}/collection-tarballs
4545
overwrite: true
4646

@@ -69,7 +69,7 @@ jobs:
6969
- name: Download migrated collection artifacts
7070
uses: actions/download-artifact@v4.1.7
7171
with:
72-
name: collection
72+
name: collection_v${{ matrix.ansible }}
7373
path: .cache/v${{ matrix.ansible }}/collection-tarballs
7474

7575
- name: Install the collection tarball
@@ -106,7 +106,7 @@ jobs:
106106
- name: Download migrated collection artifacts
107107
uses: actions/download-artifact@v4.1.7
108108
with:
109-
name: collection
109+
name: collection_v${{ matrix.ansible }}
110110
path: .cache/v${{ matrix.ansible }}/collection-tarballs
111111

112112
- name: Install the collection tarball

0 commit comments

Comments
 (0)