From b7b52ab5583d534ce3dfa83f92a8885d1a9dafbf Mon Sep 17 00:00:00 2001 From: Abdoulbari Zakir Date: Tue, 10 Dec 2024 15:08:09 +0100 Subject: [PATCH] tmp --- .github/workflows/build_centos7.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_centos7.yml b/.github/workflows/build_centos7.yml index 6cd18d0ab..cf351d3e3 100644 --- a/.github/workflows/build_centos7.yml +++ b/.github/workflows/build_centos7.yml @@ -185,7 +185,7 @@ jobs: needs: [ build, build_running_image ] steps: - name: Download build assets - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ${{needs.build.outputs.TGZ_NAME}} @@ -232,7 +232,7 @@ jobs: needs: [ build, build_running_image ] steps: - name: Download build assets - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ${{needs.build.outputs.SINGLE_FILE_NAME}} @@ -286,13 +286,13 @@ jobs: path: docs/ - name: Download build assets - uses: actions/download-artifact@v3 #build use v3 + uses: actions/download-artifact@v4 with: name: ${{needs.build.outputs.TGZ_NAME}} path: _build/ - name: Download build assets single file - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ${{needs.build.outputs.SINGLE_FILE_NAME}} path: .