Skip to content

Commit

Permalink
ci: upgrade upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Commelina committed Nov 5, 2024
1 parent 06191ee commit 84a5bc2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
./scripts/clean_legacy.sh
- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: ${{ success() }} || ${{ failure() }}
with:
name: legacy-result
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
./scripts/clean_kafka.sh
- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: ${{ success() }} || ${{ failure() }}
with:
name: kafka-result
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
./scripts/clean_hornbill.sh
- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: ${{ success() }} || ${{ failure() }}
with:
name: hornbill-result
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_repo_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
./scripts/clean_legacy.sh
- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: ${{ success() }} || ${{ failure() }}
with:
name: legacy-result
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
./scripts/clean_kafka.sh
- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: ${{ success() }} || ${{ failure() }}
with:
name: kafka-result
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_repo_dispatch_hornbill.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
./scripts/clean_hornbill.sh
- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: ${{ success() }} || ${{ failure() }}
with:
name: hornbill-result
Expand Down

0 comments on commit 84a5bc2

Please sign in to comment.