diff --git a/.github/workflows/restapi-docs.yml b/.github/workflows/restapi-docs.yml index 82bcda8..ec22921 100644 --- a/.github/workflows/restapi-docs.yml +++ b/.github/workflows/restapi-docs.yml @@ -50,7 +50,7 @@ jobs: fetch-depth: 0 token: ${{ secrets.PUSH_REST_API_DOCS }} - name: Restore REST API Spec - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: restapi-json - name: Validate latest-restapi.json