diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3b6e4f..50f9696 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: label: React Wrappers - name: Upload test results artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: ${{ !cancelled() }} with: name: test-report @@ -54,7 +54,7 @@ jobs: if-no-files-found: warn - name: Upload coverage artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: ${{ !cancelled() }} with: name: coverage