diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 45ccb0f..079d421 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -61,7 +61,7 @@ jobs: tree -nh ./example/docs - name: Upload docs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: example-docs path: ./example/docs/*