@@ -52,17 +52,17 @@ jobs:
5252 - name : Upload fluent-package rpm
5353 uses : actions/upload-artifact@v4
5454 with :
55- name : packages-${{ matrix.rake-job }}
55+ name : packages-v5- ${{ matrix.rake-job }}
5656 path : fluent-package/yum/repositories
5757 - name : Upload fluent-release rpm
5858 uses : actions/upload-artifact@v4
5959 with :
60- name : packages-release-lts -${{ matrix.rake-job }}
60+ name : packages-release-v5 -${{ matrix.rake-job }}
6161 path : fluent-release/yum/repositories
6262 - name : Upload fluent-lts-release rpm
6363 uses : actions/upload-artifact@v4
6464 with :
65- name : packages-lts-release-${{ matrix.rake-job }}
65+ name : packages-lts-release-v5- ${{ matrix.rake-job }}
6666 path : fluent-lts-release/yum/repositories
6767 check_package_size :
6868 name : Check Package Size
7575 - uses : actions/checkout@v4
7676 - uses : actions/download-artifact@v4
7777 with :
78- name : packages-${{ matrix.rake-job }}
78+ name : packages-v5- ${{ matrix.rake-job }}
7979 path : fluent-package/yum/repositories
8080 - name : Check Package Size
8181 run : |
9292 - uses : actions/checkout@v4
9393 - uses : actions/download-artifact@v4
9494 with :
95- name : packages-${{ matrix.rake-job }}
95+ name : packages-v5- ${{ matrix.rake-job }}
9696 path : fluent-package/yum/repositories
9797 - name : Installation Test
9898 run : |
@@ -115,7 +115,7 @@ jobs:
115115 - uses : actions/checkout@v4
116116 - uses : actions/download-artifact@v4
117117 with :
118- name : packages-${{ matrix.rake-job }}
118+ name : packages-v5- ${{ matrix.rake-job }}
119119 path : fluent-package/yum/repositories
120120 - name : Serverspec Test
121121 run : |
@@ -138,7 +138,7 @@ jobs:
138138 - uses : actions/checkout@v4
139139 - uses : actions/download-artifact@v4
140140 with :
141- name : packages-${{ matrix.rake-job }}
141+ name : packages-v5- ${{ matrix.rake-job }}
142142 path : fluent-package/yum/repositories
143143 - name : Binstubs Test
144144 run : |
@@ -246,10 +246,10 @@ jobs:
246246 - uses : actions/checkout@v4
247247 - uses : actions/download-artifact@v4
248248 with :
249- name : packages-${{ matrix.rake-job }}
249+ name : packages-v5- ${{ matrix.rake-job }}
250250 - uses : actions/download-artifact@v4
251251 with :
252- name : packages-release-lts -${{ matrix.rake-job }}
252+ name : packages-lts- release-v5 -${{ matrix.rake-job }}
253253 - name : Install Incus
254254 run : |
255255 sudo apt-get update
@@ -299,7 +299,10 @@ jobs:
299299 - uses : actions/checkout@v4
300300 - uses : actions/download-artifact@v4
301301 with :
302- name : packages-release-lts-${{ matrix.rake-job }}
302+ name : packages-release-v5-${{ matrix.rake-job }}
303+ - uses : actions/download-artifact@v4
304+ with :
305+ name : packages-lts-release-v5-${{ matrix.rake-job }}
303306 - name : Install Incus
304307 run : |
305308 sudo apt-get update
0 commit comments