diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 463025a..8bb952b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -82,7 +82,7 @@ jobs: tree -nh ./example/docs - name: Upload docs - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: example-docs path: ./example/docs/*