diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index cbcaf13d..40d136f5 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -19,7 +19,7 @@ jobs: - name: "Deploy" if: "${{ github.event_name == 'push' && github.ref == 'refs/heads/6.x' }}" - uses: "actions/upload-artifact@v4" + uses: "actions/upload-artifact@v5" with: name: "documentation" path: "build/docs"