From e7c611faf786ecb2f3a5927da27544f72023fcf0 Mon Sep 17 00:00:00 2001 From: Jason Marechal Date: Tue, 21 May 2024 09:58:27 +0200 Subject: [PATCH] Fix centOS --- .github/workflows/centos-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/centos-release.yml b/.github/workflows/centos-release.yml index bd34ad72a..99c0a8804 100644 --- a/.github/workflows/centos-release.yml +++ b/.github/workflows/centos-release.yml @@ -71,7 +71,7 @@ jobs: - name: user guide upload id: userguide_upload - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 #aligned with download in centOS job with: name: user-guide path: ${{ steps.create-user-guide.outputs.pdf-path }}