@@ -126,7 +126,7 @@ jobs:
126126 cd rabbitmq-server
127127 gmake source-dist PROJECT_VERSION=${{ env.FULL_VERSION }}
128128 - name : Store source tarball
129- uses : actions/upload-artifact@v4
129+ uses : actions/upload-artifact@v5
130130 with :
131131 name : rabbitmq-server-${{ env.FULL_VERSION }}-source-tarball
132132 path : " rabbitmq-server/PACKAGES/*"
@@ -181,7 +181,7 @@ jobs:
181181 PROJECT_VERSION=${{ env.FULL_VERSION }}
182182 ls -lha ./PACKAGES
183183 - name : Store generic binary build
184- uses : actions/upload-artifact@v4
184+ uses : actions/upload-artifact@v5
185185 with :
186186 name : rabbitmq-server-${{ env.FULL_VERSION }}-generic-unix
187187 path : " rabbitmq-server/PACKAGES/rabbitmq-server-generic-unix-${{ env.FULL_VERSION }}.tar.xz"
@@ -240,7 +240,7 @@ jobs:
240240 PROJECT_VERSION=${{ env.FULL_VERSION }}
241241 ls -lha ./PACKAGES
242242 - name : Store generic binary package built on the latest toolchain
243- uses : actions/upload-artifact@v4
243+ uses : actions/upload-artifact@v5
244244 with :
245245 name : rabbitmq-server-${{ env.FULL_VERSION }}-generic-unix-latest-toolchain
246246 path : " rabbitmq-server/PACKAGES/rabbitmq-server-generic-unix-latest-toolchain-${{ env.FULL_VERSION }}.tar.xz"
@@ -325,7 +325,7 @@ jobs:
325325 cd ..
326326 ls -lha PACKAGES/
327327 - name : Store Debian package and build artifacts
328- uses : actions/upload-artifact@v4
328+ uses : actions/upload-artifact@v5
329329 with :
330330 name : rabbitmq-server-${{ env.FULL_VERSION }}-debian-package
331331 path : " PACKAGES/*"
@@ -414,7 +414,7 @@ jobs:
414414 cd ..
415415 ls -lha PACKAGES/
416416 - name : Store RPM package and build artifacts
417- uses : actions/upload-artifact@v4
417+ uses : actions/upload-artifact@v5
418418 with :
419419 name : rabbitmq-server-${{ env.FULL_VERSION }}-rpm-package
420420 path : " PACKAGES/*"
@@ -539,7 +539,7 @@ jobs:
539539 rm -f ${{ env.WORKAROUND_TEMP_DIR }}/code_signing.cert
540540 rm -f ${{ env.WORKAROUND_TEMP_DIR }}/code_signing.key
541541 - name : Store Windows binary package and installer
542- uses : actions/upload-artifact@v4
542+ uses : actions/upload-artifact@v5
543543 with :
544544 # singular for consistency, even though it contains two packages
545545 name : rabbitmq-server-${{ env.FULL_VERSION }}-windows-package
0 commit comments