diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml index a91c24f..4ec57da 100644 --- a/.github/workflows/unit.yml +++ b/.github/workflows/unit.yml @@ -127,7 +127,7 @@ jobs: - name: Upload Test artifacts if: always() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: ipyvue-test-results path: test-results