diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d46c8614..69642c7f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: mkdir -p ./pr echo ${{ github.event.number }} | tee ./pr/number yarn all |& tee ./pr/all_result - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 if: ${{ github.event_name == 'pull_request' && (success() || failure()) }} with: name: all