Skip to content

Commit

Permalink
231230.013725.HKT update
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Dec 29, 2023
2 parents bb42978 + 8bd9efc commit b2f6e23
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/profile_bobyqa_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
needs: test
steps:
- name: Download all workflow run artifacts
uses: actions/download-artifact@v4.0.0
uses: actions/download-artifact@v4.1.0
- name: Move all artifacts to the current directory
run: ls -al && mv */* ./ && ls -al
- name: Upload all files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_bobyqa_small_sq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
needs: test
steps:
- name: Download all workflow run artifacts
uses: actions/download-artifact@v4.0.0
uses: actions/download-artifact@v4.1.0
- name: Move all artifacts to the current directory
run: ls -al && mv */* ./ && ls -al
- name: Upload all files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_newuoa_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
needs: test
steps:
- name: Download all workflow run artifacts
uses: actions/download-artifact@v4.0.0
uses: actions/download-artifact@v4.1.0
- name: Move all artifacts to the current directory
run: ls -al && mv */* ./ && ls -al
- name: Upload all files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_newuoa_small_sq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
needs: test
steps:
- name: Download all workflow run artifacts
uses: actions/download-artifact@v4.0.0
uses: actions/download-artifact@v4.1.0
- name: Move all artifacts to the current directory
run: ls -al && mv */* ./ && ls -al
- name: Upload all files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_prima_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
needs: test
steps:
- name: Download all workflow run artifacts
uses: actions/download-artifact@v4.0.0
uses: actions/download-artifact@v4.1.0
- name: Move all artifacts to the current directory
run: ls -al && mv */* ./ && ls -al
- name: Upload all files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_rescue_idz_classical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
needs: test
steps:
- name: Download all workflow run artifacts
uses: actions/download-artifact@v4.0.0
uses: actions/download-artifact@v4.1.0
- name: Move all artifacts to the current directory
run: ls -al && mv */* ./ && ls -al
- name: Upload all files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_rescue_idz_modernized.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
needs: test
steps:
- name: Download all workflow run artifacts
uses: actions/download-artifact@v4.0.0
uses: actions/download-artifact@v4.1.0
- name: Move all artifacts to the current directory
run: ls -al && mv */* ./ && ls -al
- name: Upload all files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_uobyqa_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
needs: test
steps:
- name: Download all workflow run artifacts
uses: actions/download-artifact@v4.0.0
uses: actions/download-artifact@v4.1.0
- name: Move all artifacts to the current directory
run: ls -al && mv */* ./ && ls -al
- name: Upload all files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_uobyqa_small_sq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
needs: test
steps:
- name: Download all workflow run artifacts
uses: actions/download-artifact@v4.0.0
uses: actions/download-artifact@v4.1.0
- name: Move all artifacts to the current directory
run: ls -al && mv */* ./ && ls -al
- name: Upload all files
Expand Down

0 comments on commit b2f6e23

Please sign in to comment.