Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Dec 10, 2024
1 parent f0aa159 commit b7b52ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}

Expand Down Expand Up @@ -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}}

Expand Down Expand Up @@ -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: .
Expand Down

0 comments on commit b7b52ab

Please sign in to comment.