diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f668acc..ba72419 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: fi id: diff - name: upload the expected dist - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 if: ${{ failure() && steps.diff.conclusion == 'failure' }} with: name: dist