diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 28cc9fe..232c76c 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@v6 + uses: actions/upload-artifact@v7 with: name: example-docs path: ./example/docs/*