diff --git a/.github/workflows/chaos.yml b/.github/workflows/chaos.yml index f0b6ca2f1..d15a7ee83 100644 --- a/.github/workflows/chaos.yml +++ b/.github/workflows/chaos.yml @@ -46,7 +46,7 @@ jobs: - name: Upload artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: failure() with: name: ut diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c142ea0e6..ef8494f3e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -100,7 +100,7 @@ jobs: - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() with: name: "ut-openraft-${{ matrix.toolchain }}-${{ matrix.features }}" @@ -156,7 +156,7 @@ jobs: - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() with: name: "ut-tests-${{ matrix.toolchain }}-${{ matrix.features }}-${{ matrix.send_delay }}" @@ -309,7 +309,7 @@ jobs: - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() with: name: openraft-feature-test @@ -357,7 +357,7 @@ jobs: - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() with: name: tests-feature-test diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 38d533be9..bebabb90d 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -38,7 +38,7 @@ jobs: path-to-lcov: ${{ steps.coverage.outputs.report }} - name: Upload artifact for coverage - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: failure() with: path: |