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
drmingdrmer committed Feb 1, 2025
1 parent 695c176 commit 791dc3e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chaos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:


- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: failure()
with:
name: ut
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down Expand Up @@ -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 }}"
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 791dc3e

Please sign in to comment.